summaryrefslogtreecommitdiff
path: root/audio/madplay/patches/patch-aa
blob: e3aec14e0edf5bdc5a32a56418039cbd4a71a80f (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.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