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
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')
-rw-r--r--net-analyzer/etherape/ChangeLog6
-rw-r--r--net-analyzer/etherape/files/etherape-0.9.0-libpcap-include.patch6
2 files changed, 7 insertions, 5 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog
index 14e2d3dd4bb1..c5469f8b4990 100644
--- a/net-analyzer/etherape/ChangeLog
+++ b/net-analyzer/etherape/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/etherape
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.9 2004/02/06 12:55:56 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.10 2004/02/06 13:16:54 aliz Exp $
+
+ 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org>
+ files/etherape-0.9.0-libpcap-include.patch:
+ Fix backward compatiblity, remove check for net/bpf.h
06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> etherape-0.9.0.ebuild:
Fix libpcap include and other things, amd64 keyword. Closing #37443.
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.))
#