aboutsummaryrefslogtreecommitdiffstats
path: root/security/nmap/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-12-15 19:18:32 +0800
committerobrien <obrien@FreeBSD.org>1998-12-15 19:18:32 +0800
commita5842368ae07db5764724f4da612e4d27f85c582 (patch)
treee56a32fda3b79480c264f0a02047604df7aa972a /security/nmap/files
parentb33269da44a85aedb9f6fe38e314c90954ec2d1a (diff)
downloadfreebsd-ports-gnome-a5842368ae07db5764724f4da612e4d27f85c582.tar.gz
freebsd-ports-gnome-a5842368ae07db5764724f4da612e4d27f85c582.tar.zst
freebsd-ports-gnome-a5842368ae07db5764724f4da612e4d27f85c582.zip
Upgrade to 2.00.
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)