pkgsrc/audio/madplay/patches/patch-aa
adam 793eb1ed23 Changes 0.15.2b:
- New Replay Gain support (-G, --replay-gain).
  - Tags can now be shown without decoding any audio (-T, --show-tags-only).
  - New support for reading and displaying encoder tag information written
    by e.g. lame(1).
2004-03-01 15:56:58 +00:00

38 lines
582 B
Text

$NetBSD: patch-aa,v 1.6 2004/03/01 15:56:58 adam Exp $
--- configure.orig 2004-02-23 21:36:21.000000000 +0000
+++ configure
@@ -19037,33 +19037,6 @@ fi
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