updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / gltron / gltron-0.70-configure.patch
blob91414b3956ec7ebe4ddbf802124edb9a28521d2e
1 configure.in is written poorly so it just stomps all over CFLAGS
3 --- configure
4 +++ configure
5 @@ -2805,7 +2805,7 @@
6 RANLIB="$ac_cv_prog_RANLIB"
7 fi
9 -CFLAGS="-DSEPARATOR=\"'/'\""
10 +CFLAGS="$CFLAGS -DSEPARATOR=\"'/'\""
12 # Check whether --enable-warn or --disable-warn was given.
13 if test "${enable_warn+set}" = set; then
14 @@ -2852,10 +2852,6 @@
15 else
16 enable_optimize=s
17 fi;
18 -if test "x$enable_optimize" ; then
19 - CFLAGS="$CFLAGS -O$enable_optimize"
20 - CXXFLAGS="$CXXFLAGS -O$enable_optimize"
21 -fi
23 # Check whether --with-sdl-prefix or --without-sdl-prefix was given.
24 if test "${with_sdl_prefix+set}" = set; then