From 8de0d4ef69272c6ca152ca99002ee8bbb586b20f Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 10 Jul 2003 08:46:55 +0000 Subject: madplay resurrected since mad package has been split up to libmad, libid3tag and madplay --- audio/madplay/patches/patch-aa | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 audio/madplay/patches/patch-aa (limited to 'audio') 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 -- cgit v1.2.3