aboutsummaryrefslogtreecommitdiff
path: root/net/hping/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/hping/files/patch-aa')
-rw-r--r--net/hping/files/patch-aa22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/hping/files/patch-aa b/net/hping/files/patch-aa
deleted file mode 100644
index f60706776698..000000000000
--- a/net/hping/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- 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
-