summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/flac/distinfo3
-rw-r--r--audio/flac/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/flac/distinfo b/audio/flac/distinfo
index aed58b62700..bf87a090ef9 100644
--- a/audio/flac/distinfo
+++ b/audio/flac/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2005/11/08 01:21:10 tv Exp $
+$NetBSD: distinfo,v 1.13 2006/07/06 12:39:10 markd Exp $
SHA1 (flac-1.1.2.tar.gz) = 65501f3547df99b153951edb2ee7bfc13dd56946
RMD160 (flac-1.1.2.tar.gz) = 58656837b02e211eaed5010d84c4ed59841c82d3
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 232db53797c1533bfbe8bb619e713d771ddf27d1
SHA1 (patch-ac) = 1d305f4a48d96dc3e7cd80fd02f73340a643a982
SHA1 (patch-ad) = 2f28211919873412f7d10e5a716fa0aa0abf68cf
SHA1 (patch-ae) = 60e14c3d6622d616b5ff2987224f57145c7fb504
+SHA1 (patch-af) = 945fd4fa294f84ebbbeeb561bf7ce0885261539c
diff --git a/audio/flac/patches/patch-af b/audio/flac/patches/patch-af
new file mode 100644
index 00000000000..3e957e20df7
--- /dev/null
+++ b/audio/flac/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2006/07/06 12:39:10 markd Exp $
+
+--- strip_non_asm_libtool_args.sh.orig 2004-07-29 18:52:52.000000000 +1200
++++ strip_non_asm_libtool_args.sh
+@@ -6,7 +6,7 @@
+ # to 'as' which causes problems.
+ command=""
+ while [ $1 ]; do
+- if [ "$1" != "-fPIC" ]; then
++ if [ "$1" != "-fPIC" -a "$1" != "-KPIC" ]; then
+ if [ "$1" != "-DPIC" ]; then
+ if [ "$1" != "-fno-common" ]; then
+ command="$command $1"