summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam>2003-07-10 08:46:55 +0000
committeradam <adam>2003-07-10 08:46:55 +0000
commit8de0d4ef69272c6ca152ca99002ee8bbb586b20f (patch)
treee6bd1832621e6f0c03f623c384606aa0080f28d3 /audio
parent4baefaf1447bbcaa8d15a56b22c7cb7699214b81 (diff)
downloadpkgsrc-8de0d4ef69272c6ca152ca99002ee8bbb586b20f.tar.gz
madplay resurrected since mad package has been split up to libmad, libid3tag and madplay
Diffstat (limited to 'audio')
-rw-r--r--audio/madplay/patches/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/audio/madplay/patches/patch-aa b/audio/madplay/patches/patch-aa
new file mode 100644
index 00000000000..e3aec14e0ed
--- /dev/null
+++ b/audio/madplay/patches/patch-aa
@@ -0,0 +1,38 @@
+$NetBSD: patch-aa,v 1.5 2003/07/10 08:46:55 adam Exp $
+
+--- configure.orig 2003-07-09 16:39:08.000000000 +0200
++++ configure 2003-07-09 16:39:53.000000000 +0200
+@@ -7840,33 +7840,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