Author: pabs
Date: 2011-12-23 06:47:59 +0000 (Fri, 23 Dec 2011)
New Revision: 13044

Modified:
   packages/trunk/megaglest/debian/patches/drop-sse.patch
Log:
fix SSE dropping patch

Modified: packages/trunk/megaglest/debian/patches/drop-sse.patch
===================================================================
--- packages/trunk/megaglest/debian/patches/drop-sse.patch      2011-12-23 
06:43:42 UTC (rev 13043)
+++ packages/trunk/megaglest/debian/patches/drop-sse.patch      2011-12-23 
06:47:59 UTC (rev 13044)
@@ -3,15 +3,12 @@
 Forwarded: not-needed
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -74,9 +76,11 @@
+@@ -74,7 +74,7 @@
        # For gcc warning options see: 
http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
        IF(NOT MINGW)
                # For tons of verbose warnings add: -Wall
 -              ADD_DEFINITIONS("-Wreturn-type -fno-strict-aliasing 
-frounding-math  -fsignaling-nans -mfpmath=sse -msse -rdynamic")
 +              ADD_DEFINITIONS("-Wreturn-type -fno-strict-aliasing 
-frounding-math  -fsignaling-nans -rdynamic")
        ELSE()
--              ADD_DEFINITIONS("-Wreturn-type -fno-strict-aliasing 
-frounding-math  -fsignaling-nans -mfpmath=sse -msse -DUNICODE")
-+              ADD_DEFINITIONS("-Wreturn-type -fno-strict-aliasing 
-frounding-math  -fsignaling-nans -DUNICODE")
+               ADD_DEFINITIONS("-Wreturn-type -fno-strict-aliasing 
-frounding-math  -fsignaling-nans -mfpmath=sse -msse -DUNICODE")
        ENDIF()
-       #SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")        
- 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to