diff options
Diffstat (limited to 'sysutils/fetchlog/files/patch-aa')
-rw-r--r-- | sysutils/fetchlog/files/patch-aa | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/fetchlog/files/patch-aa b/sysutils/fetchlog/files/patch-aa index 3cad22635275..f894e32d6e43 100644 --- a/sysutils/fetchlog/files/patch-aa +++ b/sysutils/fetchlog/files/patch-aa @@ -1,18 +1,17 @@ ---- Makefile.orig Mon Aug 11 18:58:18 2003 -+++ Makefile Mon Aug 11 19:02:35 2003 -@@ -23,8 +23,9 @@ +--- Makefile.orig Mon Mar 29 19:47:03 2004 ++++ Makefile Mon Mar 29 19:48:31 2004 +@@ -23,8 +23,8 @@ ### compiler ### gcc -CC=gcc -CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \ -+#CC=gcc -+CC ?= =cc -+CFLAGS += -O -Wall -Wcast-qual -Wstrict-prototypes \ ++CC?=cc ++CFLAGS+= -O -Wall -Wcast-qual -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align ### cc #CC=cc -@@ -62,7 +63,7 @@ +@@ -57,7 +57,7 @@ ### installdir ### will use $INSTDIR/bin and $INSTDIR/man/man1, ### both dirs have to exist for installation |