summaryrefslogtreecommitdiff
path: root/security/gag/files/patch-Makefile
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-05-12 22:10:25 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-05-12 22:10:25 +0000
commit3ba2ca235a21c3642346efd1c4dd66fecb643e32 (patch)
treeb53ab7b06188bb097a4d742680210ec80804b12d /security/gag/files/patch-Makefile
parentReset maintainer on ports formerly maintained by dillon (diff)
Fix with newer gcc by converting #if #endif around license statement to /* */
Also fix linking so that CFLAGS get respected.
Notes
Notes: svn path=/head/; revision=80858
Diffstat (limited to 'security/gag/files/patch-Makefile')
-rw-r--r--security/gag/files/patch-Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/security/gag/files/patch-Makefile b/security/gag/files/patch-Makefile
index fae7cfcbeb9d..e4bf647e6c48 100644
--- a/security/gag/files/patch-Makefile
+++ b/security/gag/files/patch-Makefile
@@ -1,5 +1,5 @@
--- Makefile.orig Mon Jan 10 13:13:12 2000
-+++ Makefile Sun Feb 13 17:41:35 2000
++++ Makefile Mon May 12 15:15:36 2003
@@ -1,7 +1,7 @@
-CFLAGS=
+#CFLAGS=
@@ -10,3 +10,12 @@
default:
@clear
+@@ -11,7 +11,7 @@
+ @echo "to suit your operating system, then use 'make gag'"
+
+ gag: gag.o
+- $(CC) -o gag gag.c $(LIBS)
++ $(CC) -o gag gag.o $(LIBS)
+
+ # This assumes the source is in a directory named "sickenscan".
+ tar: sickenscan.tar