summaryrefslogtreecommitdiff
path: root/audio/madplay/patches/patch-aa
blob: 7a1d663a93b49e034234ba4cbc1d4f36da2cb742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
$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