pkgsrc/audio/madplay/patches/patch-aa

39 lines
613 B
Text
Raw Normal View History

$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