From 12d78242dec4f785d0a0bfb1c00eee2d8996c53b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 Oct 2017 17:42:09 +0100 Subject: gentoo resync : 12.10.2017 (fix rsync script) --- net-libs/libpcap/files/libpcap-9999-cross-linux.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 net-libs/libpcap/files/libpcap-9999-cross-linux.patch (limited to 'net-libs/libpcap') diff --git a/net-libs/libpcap/files/libpcap-9999-cross-linux.patch b/net-libs/libpcap/files/libpcap-9999-cross-linux.patch deleted file mode 100644 index f01a9ca5c935..000000000000 --- a/net-libs/libpcap/files/libpcap-9999-cross-linux.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -317,7 +317,12 @@ - dnl XXX This could be done for cross-compiling, but for now it's not. - dnl - if test -z "$with_pcap" && test "$cross_compiling" = yes; then -- AC_MSG_ERROR(pcap type not determined when cross-compiling; use --with-pcap=...) -+ if test -z "$with_pcap" ; then -+ case $host in -+ *-linux*) with_pcap="linux";; -+ *) AC_MSG_ERROR(pcap type not determined when cross-compiling; use --with-pcap=...);; -+ esac -+ fi - fi - AC_ARG_WITH(pcap, - AC_HELP_STRING([--with-pcap=TYPE],[use packet capture TYPE])) -- cgit v1.2.3