diff options
Diffstat (limited to 'net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch')
-rw-r--r-- | net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch b/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch index 9bcbfe92ee0a..5ac34fd46485 100644 --- a/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch +++ b/net-libs/libpcap/files/libpcap-9999-prefix-darwin.patch @@ -1,13 +1,12 @@ Prefix' Darwin systems are single arch, hijack Darwin7 case which assumes this setup -Check for bluetooth/mgmt.h before use --- a/configure.ac +++ b/configure.ac -@@ -1271,7 +1267,7 @@ +@@ -1860,7 +1860,7 @@ if test "$enable_universal" != "no"; then case "$host_os" in -- darwin[0-7].*) +- darwin[[0-7]].*) + darwin**) # # Pre-Tiger. Build only for 32-bit PowerPC; no |