summaryrefslogtreecommitdiff
path: root/audio/libid3tag/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2003-07-10 08:33:09 +0000
committeradam <adam@pkgsrc.org>2003-07-10 08:33:09 +0000
commit57a036122cb55c42a0d4511d2de013cae77e8a50 (patch)
tree7d1fffcbd30f3f073101f1c90b7d4e730a64021a /audio/libid3tag/patches
parent0692d8781c81316cc2fc72cbf357587773c07ab6 (diff)
downloadpkgsrc-57a036122cb55c42a0d4511d2de013cae77e8a50.tar.gz
ID3 tag library, part of MAD (MPEG Audio Decoder) distribution
Diffstat (limited to 'audio/libid3tag/patches')
-rw-r--r--audio/libid3tag/patches/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/audio/libid3tag/patches/patch-aa b/audio/libid3tag/patches/patch-aa
new file mode 100644
index 00000000000..fc0c1c9e512
--- /dev/null
+++ b/audio/libid3tag/patches/patch-aa
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/07/10 08:33:12 adam Exp $
+
+--- configure.orig 2003-07-09 16:33:36.000000000 +0200
++++ configure 2003-07-09 16:35:16.000000000 +0200
+@@ -7823,33 +7823,6 @@
+ while test $# -gt 0
+ do
+ case "$1" in
+- -Wall)
+- if test "$GCC" = yes
+- then
+- :
+- else
+- CFLAGS="$CFLAGS $1"
+- fi
+- shift
+- ;;
+- -g)
+- debug="-g"
+- shift
+- ;;
+- -mno-cygwin)
+- shift
+- ;;
+- -m*)
+- arch="$arch $1"
+- shift
+- ;;
+- -fomit-frame-pointer)
+- shift
+- ;;
+- -O*|-f*)
+- optimize="$1"
+- shift
+- ;;
+ *)
+ CFLAGS="$CFLAGS $1"
+ shift