patches/gnome-desktop-sharp-01-Wall.diff
author jchoi42
Tue, 03 Jan 2012 08:32:03 +0000
changeset 8087 fbe8a49fa37b
permissions -rw-r--r--
2012-01-03 James Choi <[email protected]> * SFEgnome-sharp.spec: bump to 2.24.1 * patches/gnome-sharp-01-Wall.diff * patches/gnome-sharp-03-getoptions.diff * base-specs/icu.spec: specify MAKE for older pkgbuild * SFEmono-gnome-desktop-sharp.spec: initial spec * patches/gnome-desktop-sharp-01-Wall.diff * SFEtileworld.spec: initial spec * base-specs/tileworld.spec * SFEzsnes.spec: initial spec * base-specs/zsnes.spec * patches/zsnes-01-devnull.diff * patches/zsnes-02-solaris.diff * patches/zsnes-03-naming.diff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8087
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     1
--- a/configure.in	2011-10-01 00:51:47.304372464 -0400
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     2
+++ b/configure.in	2011-10-01 00:52:47.686781646 -0400
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     3
@@ -49,7 +49,9 @@
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     4
 # not 64 bit clean in cross-compile
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     5
 AC_CHECK_SIZEOF(void *, 4)
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     6
 
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     7
+if [ "x$GCC" = xyes ]; then
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     8
 CFLAGS='-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes  -Wmissing-prototypes -Wnested-externs  -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings'
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     9
+fi
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    10
 
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    11
 if test "x$enable_maintainer_mode" = "xyes"; then
fbe8a49fa37b 2012-01-03 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    12
 DEBUG_FLAGS='-debug'