opnsense-ports/security/gag/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

21 lines
501 B
Text

--- Makefile.orig Mon Jan 10 13:13:12 2000
+++ Makefile Mon May 12 15:15:36 2003
@@ -1,7 +1,7 @@
-CFLAGS=
+#CFLAGS=
# For Solaris 2.5.1 and above, uncomment the following line.
-LIBS=-lresolv -lsocket -lnsl
+#LIBS=-lresolv -lsocket -lnsl
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