packages: openmw/openmw-werror.patch (NEW) - drop -Wall and -Werror

lisu lisu at pld-linux.org
Mon Sep 20 13:48:19 CEST 2010


Author: lisu                         Date: Mon Sep 20 11:48:19 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- drop -Wall and -Werror

---- Files affected:
packages/openmw:
   openmw-werror.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/openmw/openmw-werror.patch
diff -u /dev/null packages/openmw/openmw-werror.patch:1.1
--- /dev/null	Mon Sep 20 13:48:19 2010
+++ packages/openmw/openmw-werror.patch	Mon Sep 20 13:48:13 2010
@@ -0,0 +1,15 @@
+--- openmw-0.08/CMakeLists.txt~	2010-09-07 19:52:54.000000000 +0200
++++ openmw-0.08/CMakeLists.txt	2010-09-20 13:27:11.675345282 +0200
+@@ -246,9 +246,9 @@
+ endif (APPLE)
+ 
+ # Compiler settings
+-if (CMAKE_COMPILER_IS_GNUCC)
+-    add_definitions (-Wall -Werror)
+-endif (CMAKE_COMPILER_IS_GNUCC)
++#if (CMAKE_COMPILER_IS_GNUCC)
++#    add_definitions (-Wall -Werror)
++#endif (CMAKE_COMPILER_IS_GNUCC)
+ 
+ # Apple bundling
+ if (APPLE)
================================================================


More information about the pld-cvs-commit mailing list