summaryrefslogtreecommitdiff
path: root/security/nmap/files/patch-aa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-08-20 22:06:00 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-08-20 22:06:00 +0000
commitb0a37b75557d213d89072ee007bf195497c2cff6 (patch)
tree1f8e682e2e9dc3db79774a208369d4880c680396 /security/nmap/files/patch-aa
parentDang. Instead of fixing my braindamage, I managed to mildly spam this (diff)
* Nuke included libpcap so I don't make the mistake ache fixed again.
* Prefer -u diffs over -c
Notes
Notes: svn path=/head/; revision=12698
Diffstat (limited to '')
-rw-r--r--security/nmap/files/patch-aa30
1 files changed, 11 insertions, 19 deletions
diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa
index f59ea23cd93e..b156d2da2b59 100644
--- a/security/nmap/files/patch-aa
+++ b/security/nmap/files/patch-aa
@@ -1,19 +1,11 @@
-*** Makefile.in.bak Mon May 25 17:11:27 1998
---- Makefile.in Tue Aug 18 10:18:42 1998
-***************
-*** 9,15 ****
- CC = @CC@
- CCOPT =
- LIBPCAPDIR = @libpcapdir@
-! INCLS = -I. -I$(LIBPCAPDIR)
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
- LDFLAGS = @LDFLAGS@
---- 9,15 ----
- CC = @CC@
- CCOPT =
- LIBPCAPDIR = @libpcapdir@
-! INCLS = -I.
- DEFS = @DEFS@
- CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
- LDFLAGS = @LDFLAGS@
+--- Makefile.in.orig Mon May 25 06:11:27 1998
++++ Makefile.in Thu Aug 20 15:04:19 1998
+@@ -9,7 +9,7 @@
+ CC = @CC@
+ CCOPT =
+ LIBPCAPDIR = @libpcapdir@
+-INCLS = -I. -I$(LIBPCAPDIR)
++INCLS = -I.
+ DEFS = @DEFS@
+ CFLAGS = @CFLAGS@ $(CCOPT) $(DEFS) $(INCLS)
+ LDFLAGS = @LDFLAGS@