diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2000-12-21 17:52:39 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2000-12-21 17:52:39 +0000 |
commit | 6fb359a16e2debbd588f4d752f928ecf5a1ef829 (patch) | |
tree | 2233bc8f5a5e78cdaf0d5be0c2bb690ef2367006 /security/firewalk/files | |
parent | Update to 0.8. (diff) |
Update to 0.99.1; the old one was not even fetchable anymore.
PR: 23714
Submitted by: Roman Shterenzon <roman@xpert.com>
Silence by: maintainer (according to the PR)
Diffstat (limited to 'security/firewalk/files')
-rw-r--r-- | security/firewalk/files/patch-aa | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/firewalk/files/patch-aa b/security/firewalk/files/patch-aa index 0e1d7ac34e18..ca46dfdb49be 100644 --- a/security/firewalk/files/patch-aa +++ b/security/firewalk/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Thu Apr 29 01:16:53 1999 -+++ Makefile.in Thu Dec 23 20:27:01 1999 +--- Makefile.in.orig Fri Nov 19 06:20:56 1999 ++++ Makefile.in Wed Sep 27 02:00:42 2000 @@ -7,13 +7,14 @@ # @configure_input@ @@ -8,13 +8,14 @@ +FIREWALK_LOC= $(PREFIX) FIREWALK_MAN= $(FIREWALK).1 INSTALL = ./install-sh -+LIBNET_CONFIG = $(PREFIX)/bin/libnet-config - DEFINES += @DEFS@ +-DEFINES += @DEFS@ `libnet-config --defines` ++LIBNET_CONFIG= $(PREFIX)/bin/libnet-config ++DEFINES += @DEFS@ `$(LIBNET_CONFIG) --defines` CFLAGS = @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ --LIBS = -lnet -lpcap @FW_GTK_CONFIG@ -+CPPFLAGS = `$(LIBNET_CONFIG) --defines` -I$(PREFIX)/include @CPPFLAGS@ -+LIBS = -L$(PREFIX)/lib `$(LIBNET_CONFIG) --libs` -lpcap @FW_GTK_CONFIG@ +-LIBS = -lnet -lpcap @FW_GTK_CONFIG@ `libnet-config --libs` ++CPPFLAGS = -I$(PREFIX)/include @CPPFLAGS@ ++LIBS = -L$(PREFIX)/lib @FW_GTK_CONFIG@ `$(LIBNET_CONFIG) --libs` -lpcap OBJECTS = main.o firewalk.o watcher.o p_cap.o signal.o \ packet.o udptcpwalk.o port_list.o util.o @FW_GTK_OBJS@ |