patches/hercules-01-wall.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 290 b81773a0844e
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
290
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
diff -ur hercules-3.04.1-orig/configure.ac hercules-3.04.1/configure.ac
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
--- hercules-3.04.1-orig/configure.ac	2006-03-25 20:13:58.000000000 +0700
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
+++ hercules-3.04.1/configure.ac	2007-05-28 12:38:39.625669924 +0700
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
@@ -27,7 +27,7 @@
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 #        Unfortunatelly, these are gcc flags.. so going to have
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 #        to find something better...
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 #
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-CFLAGS="$CFLAGS -W -Wall"
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
+#CFLAGS="$CFLAGS -W -Wall"
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
 AC_PROG_CC()                            # (back to using this again)
b81773a0844e 2007-05-28 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12