diff options
author | jklos <jklos@pkgsrc.org> | 2016-02-11 05:55:19 +0000 |
---|---|---|
committer | jklos <jklos@pkgsrc.org> | 2016-02-11 05:55:19 +0000 |
commit | a3fd2e25a00350591181d5d18906389d836fb906 (patch) | |
tree | 57d5a5df38a38e16f1be11cc125eb9cfb924c69e /net | |
parent | 44200e24941012a4291a7b1f0de3ee75ead29632 (diff) | |
download | pkgsrc-a3fd2e25a00350591181d5d18906389d836fb906.tar.gz |
Fix configure to match properly for darwin9 so that PowerPC code is generated
properly on Leopard systems.
Diffstat (limited to 'net')
-rw-r--r-- | net/libpcap/distinfo | 4 | ||||
-rw-r--r-- | net/libpcap/patches/patch-configure | 19 |
2 files changed, 16 insertions, 7 deletions
diff --git a/net/libpcap/distinfo b/net/libpcap/distinfo index 492d0c91371..8ac166e94f1 100644 --- a/net/libpcap/distinfo +++ b/net/libpcap/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2015/10/17 10:07:54 adam Exp $ +$NetBSD: distinfo,v 1.32 2016/02/11 05:55:19 jklos Exp $ SHA1 (libpcap-1.7.4.tar.gz) = 3f31a7706c1487fca36b8379e511965a8d7cbd70 RMD160 (libpcap-1.7.4.tar.gz) = aae0e8fd1aa3273bda2212b6df8f50d3f7161ffc @@ -6,4 +6,4 @@ SHA512 (libpcap-1.7.4.tar.gz) = 83c55aa4173a90e8080a63dc6f0faeb4339d5def998abb9a Size (libpcap-1.7.4.tar.gz) = 663021 bytes SHA1 (patch-ac) = a096a4d6c59e855b88dc421b85445aee389a93d9 SHA1 (patch-ad) = ea818a5fb146488f909483d96d943941ea1873e4 -SHA1 (patch-configure) = 361a6bbf5cadad40ea54ddaf8fcf6683d0e6a9c7 +SHA1 (patch-configure) = 36557d7db9f09467fc9699b96d96c4c49173246b diff --git a/net/libpcap/patches/patch-configure b/net/libpcap/patches/patch-configure index b69405c9f0a..82eb471c138 100644 --- a/net/libpcap/patches/patch-configure +++ b/net/libpcap/patches/patch-configure @@ -1,10 +1,10 @@ -$NetBSD: patch-configure,v 1.4 2015/03/11 21:05:09 tnn Exp $ +$NetBSD: patch-configure,v 1.5 2016/02/11 05:55:19 jklos Exp $ Ensure consistent manual page locations. ---- configure.orig 2015-03-09 19:22:07.000000000 +0000 +--- configure.orig 2015-04-22 20:19:15.000000000 +0000 +++ configure -@@ -6857,8 +6857,6 @@ fi +@@ -6879,8 +6879,6 @@ fi # Individual cases can override this. # DYEXT="none" @@ -13,7 +13,16 @@ Ensure consistent manual page locations. case "$host_os" in aix*) -@@ -7133,6 +7131,9 @@ fi +@@ -6978,7 +6976,7 @@ fi + LDFLAGS="$LDFLAGS -arch ppc -arch ppc64 -arch i386 -arch x86_64" + ;; + +- darwin9.*) ++ darwin9*) + # + # Leopard. Build for 32-bit PowerPC, 64-bit + # PowerPC, x86, and x86-64, with 32-bit PowerPC +@@ -7155,6 +7153,9 @@ fi test "x$enable_shared" = "xno" && DYEXT="none" @@ -23,7 +32,7 @@ Ensure consistent manual page locations. if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 -@@ -8125,7 +8126,7 @@ else +@@ -8147,7 +8148,7 @@ else fi |