summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
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