From 2bf7be32763aa7e53e6fe03499a43f80939dbe44 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 7 Apr 2001 18:38:08 +0000 Subject: While the previous patch worked, this is a fresh one generated from this version's sources. --- security/nmap/files/patch-aa | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'security/nmap') diff --git a/security/nmap/files/patch-aa b/security/nmap/files/patch-aa index c18d03d76af3..c6ae507e67fa 100644 --- a/security/nmap/files/patch-aa +++ b/security/nmap/files/patch-aa @@ -1,11 +1,12 @@ ---- Makefile.in.orig Mon May 1 19:17:38 2000 -+++ Makefile.in Thu May 4 16:42:44 2000 -@@ -16 +16 @@ --INCLS = -I. -I$(LIBPCAPDIR) -+INCLS = -I. # -I$(LIBPCAPDIR) -@@ -41 +41 @@ --$(TARGET): $(DEPS) @PCAP_DEPENDS@ $(OBJS) -+$(TARGET): $(DEPS) $(OBJS) -@@ -144 +144 @@ +--- Makefile.in.orig Fri Mar 9 22:25:19 2001 ++++ Makefile.in Sat Apr 7 11:28:49 2001 +@@ -17,3 +17,3 @@ + LIBPCAPDIR = @libpcapdir@ +-INCLS = -I$(LIBPCAPDIR) ++#INCLS = -I$(LIBPCAPDIR) + DEFS = @DEFS@ -DNMAP_VERSION=\"$(NMAP_VERSION)\" -DNMAP_NAME=\"$(NMAP_NAME)\" -DNMAP_URL=\"$(NMAP_URL)\" -DNMAP_PLATFORM=\"$(NMAP_PLATFORM)\" -DNMAPDATADIR=\"$(nmapdatadir)\" +@@ -173,3 +173,3 @@ + install: $(TARGET) - $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) $(deskdir) + $(SHTOOL) mkdir -f -p -m 755 $(bindir) $(mandir)/man1 $(nmapdatadir) + $(INSTALL) -c -m 755 nmap $(bindir)/nmap -- cgit v1.2.3