[manaworld] I need to commit the patch too.

Bruno Wolff III bruno at fedoraproject.org
Fri Jun 3 12:10:41 UTC 2011


commit caaa1d76b44c261075c15f9ad6bc72fccd6a70d8
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri Jun 3 07:10:21 2011 -0500

    I need to commit the patch too.

 manaworld-removeflagoverride.patch |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/manaworld-removeflagoverride.patch b/manaworld-removeflagoverride.patch
new file mode 100644
index 0000000..5b122f0
--- /dev/null
+++ b/manaworld-removeflagoverride.patch
@@ -0,0 +1,24 @@
+--- src/CMakeLists.txt.orig	2011-06-03 06:50:37.000000000 -0500
++++ src/CMakeLists.txt	2011-06-03 06:49:52.000000000 -0500
+@@ -12,7 +12,8 @@
+ 
+ IF (CMAKE_COMPILER_IS_GNUCXX)
+     # Help getting compilation warnings
+-    SET(CMAKE_CXX_FLAGS "-Wall")
++#   Don't override passed in flags
++#   SET(CMAKE_CXX_FLAGS "-Wall")
+     IF (WIN32)
+         # This includes enough debug information to get something useful
+         # from Dr. Mingw while keeping binary size down. Almost useless
+--- tools/dyecmd/src/CMakeLists.txt.orig	2011-06-03 07:00:23.000000000 -0500
++++ tools/dyecmd/src/CMakeLists.txt	2011-06-03 07:01:44.000000000 -0500
+@@ -4,7 +4,8 @@
+ 
+ IF (CMAKE_COMPILER_IS_GNUCXX)
+     # Help getting compilation warnings
+-    SET(CMAKE_CXX_FLAGS "-Wall")
++#   Don't override passed in flags
++#   SET(CMAKE_CXX_FLAGS "-Wall")
+     IF (WIN32)
+         # This includes enough debug information to get something useful
+         # from Dr. Mingw while keeping binary size down. Almost useless


More information about the scm-commits mailing list