aboutsummaryrefslogtreecommitdiff
path: root/security/nmap/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-15 11:18:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-15 11:18:32 +0000
commit7091c3a40e8a6953c5f34f2b358848ac2a7f6e04 (patch)
tree77c50c2f0c844f14dde7e586c10c0e2f3d1dfbc6 /security/nmap/files
parent70f829e8fc33c6dbc7cfd7a7d30e1424ca67b53f (diff)
downloadports-7091c3a40e8a6953c5f34f2b358848ac2a7f6e04.tar.gz
ports-7091c3a40e8a6953c5f34f2b358848ac2a7f6e04.zip
Notes
Diffstat (limited to 'security/nmap/files')
-rw-r--r--security/nmap/files/patch-aa20
1 files changed, 13 insertions, 7 deletions
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa
index b156d2da2b59..ec1b31285915 100644
--- a/security/nmap/files/patch-aa
+++ b/security/nmap/files/patch-aa
@@ -1,11 +1,17 @@
---- Makefile.in.orig Mon May 25 06:11:27 1998
-+++ Makefile.in Thu Aug 20 15:04:19 1998
-@@ -9,7 +9,7 @@
+--- Makefile.in.orig Wed Oct 7 19:59:00 1998
++++ Makefile.in Thu Oct 8 03:57:23 1998
+@@ -10,4 +10,4 @@
CC = @CC@
CCOPT =
LIBPCAPDIR = @libpcapdir@
-INCLS = -I. -I$(LIBPCAPDIR)
-+INCLS = -I.
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
- LDFLAGS = @LDFLAGS@
++INCLS = -I. # -I$(LIBPCAPDIR)
+@@ -30,7 +30,7 @@
+
+ all: $(TARGET)
+
+-$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS)
++$(TARGET): $(DEPS) $(OBJS) # @PCAP_DEPENDS@
+ @echo Compiling nmap
+ rm -f $@
+ $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)