]> git.pld-linux.org Git - packages/wesnoth.git/blame - wesnoth-werror.patch
- fixes build with libpng 1.4
[packages/wesnoth.git] / wesnoth-werror.patch
CommitLineData
7d3e93ea 1--- wesnoth-1.6.4/configure.ac~ 2009-07-08 09:01:45.000000000 +0200
2+++ wesnoth-1.6.4/configure.ac 2009-07-08 09:22:02.000000000 +0200
3@@ -107,7 +107,7 @@
4 then
5 # Strict compilation for C files is disabled until somebody wants to clean them.
6 # CFLAGS="$CFLAGS -Werror -Wno-unused -Wno-sign-compare"
7- CXXFLAGS="$CXXFLAGS -Werror -Wno-unused -Wno-sign-compare"
8+ CXXFLAGS="$CXXFLAGS -Wno-unused -Wno-sign-compare"
9 fi
10
11 # Make tests default in svn version
This page took 1.170563 seconds and 4 git commands to generate.