diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 01:57:17 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 01:57:17 +0000 |
commit | d556cdb473f354c7897de01fc2a876e90de863c0 (patch) | |
tree | 1475ffed0117e59038203eca971c72d68dd16068 /net/hping/files/patch-aa | |
parent | Update for devel/perforce (diff) |
Add New Port: security/hping
Network auditing tool
PR: 21933
Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes:
svn path=/head/; revision=34329
Diffstat (limited to 'net/hping/files/patch-aa')
-rw-r--r-- | net/hping/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/hping/files/patch-aa b/net/hping/files/patch-aa new file mode 100644 index 000000000000..f60706776698 --- /dev/null +++ b/net/hping/files/patch-aa @@ -0,0 +1,22 @@ +--- configure.orig Thu Jul 6 20:06:10 2000 ++++ configure Thu Oct 5 15:33:45 2000 +@@ -65,8 +65,8 @@ + ;; + *"--force-libpcap") + FORCE_LIBPCAP="-DFORCE_LIBPCAP" +- PCAP="PCAP=libpcap/libpcap.a" +- PCAP_INCLUDE="-I./libpcap" ++ PCAP="PCAP=-lpcap" ++ PCAP_INCLUDE="" + ;; + *"--dont-use-proc") + HAVE_PROC="" +@@ -92,7 +92,7 @@ + -e s/@FORCE_LIBPCAP@/"$FORCE_LIBPCAP"/g \ + -e s/@HAVE_PROC@/"$HAVE_PROC"/g \ + -e s^@PCAP@^"$PCAP"^g \ +- -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE$"^g \ ++ -e s^@PCAP_INCLUDE@^"$PCAP_INCLUDE"^g \ + -e s^@MANPATH@^"$INSTALL_MANPATH"^g \ + > Makefile + |