Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / fluidsynth / patches / patch-ac
blob6f328135208ee209bd2f7a55fe3f1e4b56325494
1 $NetBSD: patch-ac,v 1.5 2007/12/16 15:18:29 adam Exp $
3 --- configure.orig      2011-09-04 07:38:58.000000000 +0000
4 +++ configure
5 @@ -11587,7 +11587,7 @@ else
6  fi
7  
8  
9 - if test "$mingw32_support" == "yes"; then
10 + if test "$mingw32_support" = "yes"; then
11    MINGW32_SUPPORT_TRUE=
12    MINGW32_SUPPORT_FALSE='#'
13  else
14 @@ -11723,7 +11723,7 @@ if test "$GCC" = yes; then
15  $as_echo "#define DEBUG 1" >>confdefs.h
17    else
18 -    CFLAGS="${CFLAGS} ${FCCFLAGS} -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual"
19 +    CFLAGS="${CFLAGS} ${FCCFLAGS} -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Winline -Wno-unused-parameter -Wno-cast-qual"
21  $as_echo "#define DEBUG 0" >>confdefs.h