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
commit27d675ded32349efb04fe825270598f18e8b131a (patch)
treeb138ad716e40fbfccc003f5d1913bc1136b1fb6d /net-analyzer/etherape/files
parentClosing #37443. (Manifest recommit) (diff)
downloadgentoo-2-27d675ded32349efb04fe825270598f18e8b131a.tar.gz
gentoo-2-27d675ded32349efb04fe825270598f18e8b131a.tar.bz2
gentoo-2-27d675ded32349efb04fe825270598f18e8b131a.zip
Better fix for libpcap include files
Diffstat (limited to 'net-analyzer/etherape/files')
-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.))
#