diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-20 11:26:58 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-20 11:26:58 +0000 |
commit | 4c4538f165658a9ed5a5da2887709ce719a723c7 (patch) | |
tree | f2f8f8632cec5fb9d8cf52d696d0e3922613375b /editors/dhex/files/patch-Makefile | |
parent | Upgrade security/rubygem-doorkeeper-openid_connect to 1.5.3. (diff) |
Update to 0.69
Diffstat (limited to 'editors/dhex/files/patch-Makefile')
-rw-r--r-- | editors/dhex/files/patch-Makefile | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/editors/dhex/files/patch-Makefile b/editors/dhex/files/patch-Makefile index a635a05a188e..ffecd60d1206 100644 --- a/editors/dhex/files/patch-Makefile +++ b/editors/dhex/files/patch-Makefile @@ -1,20 +1,16 @@ ---- ./Makefile.orig 2011-02-12 17:24:02.000000000 +0100 -+++ ./Makefile 2011-02-14 10:11:00.000000000 +0100 -@@ -1,7 +1,7 @@ +--- Makefile.orig 2019-01-19 16:17:37 UTC ++++ Makefile +@@ -1,11 +1,6 @@ -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= -O3 -Wall #-std=c99 +-#CFLAGS+= -ffunction-sections -fdata-sections +-#LDFLAGS+= --gc-sections +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+= -std=c99 - #CFLAGS+= -ffunction-sections -fdata-sections - #LDFLAGS+= --gc-sections LIBS= -lncurses -@@ -41,5 +41,3 @@ +-DESTDIR= /usr/local/ ++DESTDIR?= /usr/local/ - clean: - rm -f dhex $(OFILES) -- -- + OFILES=buffers.o \ + configfile.o \ |