diff options
author | adam <adam@pkgsrc.org> | 2003-07-10 08:46:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-07-10 08:46:55 +0000 |
commit | 4de24724e75c37f861553519977a2844099374dd (patch) | |
tree | e6bd1832621e6f0c03f623c384606aa0080f28d3 /audio/madplay | |
parent | a724ae62bde47599af0e57e1d2a1022a743646e3 (diff) | |
download | pkgsrc-4de24724e75c37f861553519977a2844099374dd.tar.gz |
madplay resurrected since mad package has been split up to libmad, libid3tag and madplay
Diffstat (limited to 'audio/madplay')
-rw-r--r-- | audio/madplay/patches/patch-aa | 38 |
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 |