summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-06 13:16:55 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-06 13:16:55 +0000
commit0217b363a59bde57403f872ad43bba7e4067974c (patch)
treeb87e2c5f1042b8cff21fc3fae0bb1249c20edde2 /net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch
parentClosing #37443. (diff)
downloadhistorical-0217b363a59bde57403f872ad43bba7e4067974c.tar.gz
historical-0217b363a59bde57403f872ad43bba7e4067974c.tar.bz2
historical-0217b363a59bde57403f872ad43bba7e4067974c.zip
Better fix for libpcap include files
Diffstat (limited to 'net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch')
-rw-r--r--net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch b/net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch
index fded788d66cf..63998df3e705 100644
--- a/net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch
+++ b/net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch
@@ -1,13 +1,11 @@
--- acinclude.m4 2001-04-19 16:56:23.000000000 +0000
-+++ acinclude.m4 2004-02-06 12:04:04.119738872 +0000
-@@ -131,8 +131,8 @@
++++ acinclude.m4 2004-02-06 13:13:55.497552592 +0000
+@@ -131,8 +131,6 @@
fi
# Pcap header checks
- AC_CHECK_HEADER(net/bpf.h,,
- AC_MSG_ERROR([[Header file net/bpf.h not found; if you installed libpcap from source, did you also do \"make install-incl\"?]]))
-+ AC_CHECK_HEADER(pcap-bpf.h,,
-+ AC_MSG_ERROR([[Header file pcap-bpf.h not found; if you installed libpcap from source, did you also do \"make install-incl\"?]]))
AC_CHECK_HEADER(pcap.h,, AC_MSG_ERROR(Header file pcap.h not found.))
#