]> git.pld-linux.org Git - packages/dunelegacy.git/commitdiff
- remove -Werror from CFLAGS no to treat warning as errors and fix build with newer...
authorshadzik <shadzik@pld-linux.org>
Sun, 8 Apr 2007 15:33:57 +0000 (15:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dunelegacy-Werror.patch -> 1.1

dunelegacy-Werror.patch [new file with mode: 0644]

diff --git a/dunelegacy-Werror.patch b/dunelegacy-Werror.patch
new file mode 100644 (file)
index 0000000..8617502
--- /dev/null
@@ -0,0 +1,11 @@
+--- SConstruct 2006-07-19 09:22:39.000000000 +0200
++++ SConstruct-new     2007-04-08 17:31:10.488055004 +0200
+@@ -5,7 +5,7 @@
+ env.ParseConfig('pkg-config --cflags --libs zziplib')
+ env.Append(CPPPATH="#include")
+-env.Append(CCFLAGS=["-Wall", "-Werror"])
++env.Append(CCFLAGS=["-Wall"])
+ if 1:
+   env.Append(CCFLAGS=["-ggdb"])
This page took 0.058221 seconds and 4 git commands to generate.