summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-14 23:50:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-15 00:01:53 +0100
commit33ee4bc3f5d7efb6cf02062ce5b9226b597ab691 (patch)
tree113fecf601446de7597707d2edee79bd4d7e8f54 /app-editors/dhex/files
parentx11-wm/openbox: Fix IUSE=-xdg w/o python, drop 'static-libs', py39 (diff)
downloadgentoo-33ee4bc3f5d7efb6cf02062ce5b9226b597ab691.tar.gz
gentoo-33ee4bc3f5d7efb6cf02062ce5b9226b597ab691.tar.bz2
gentoo-33ee4bc3f5d7efb6cf02062ce5b9226b597ab691.zip
app-editors/dhex: 0.69 version bump, EAPI-7 bump, https
2019-01-19: 0.69: this will be the final release of dhex 0.6x. I fixed a bug which caused the terminal to be broken. And added the functionality to start the hexcal from the commandline (-x). Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-editors/dhex/files')
-rw-r--r--app-editors/dhex/files/dhex-0.69-Makefile.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/dhex/files/dhex-0.69-Makefile.patch b/app-editors/dhex/files/dhex-0.69-Makefile.patch
new file mode 100644
index 000000000000..55c281d3a677
--- /dev/null
+++ b/app-editors/dhex/files/dhex-0.69-Makefile.patch
@@ -0,0 +1,14 @@
+--- a/Makefile
++++ b/Makefile
+@@ -1,11 +1,4 @@
+-CC= gcc
+-LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses
+-CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses
+-CFLAGS= -O3 -Wall #-std=c99
+-#CFLAGS+= -ffunction-sections -fdata-sections
+-#LDFLAGS+= --gc-sections
+ LIBS= -lncurses
+-DESTDIR= /usr/local/
+
+ OFILES=buffers.o input.o output.o machine_type.o main.o menu.o ui.o hexcalc.o search.o gpl.o configfile.o markers.o
+