[megaglest] 58/143: fix SSE dropping patch
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 31 20:46:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository megaglest.
commit ea9a00092ef079877b1cf7fa4657ff9db83c2975
Author: Paul Wise <pabs at debian.org>
Date: Fri Dec 23 06:47:59 2011 +0000
fix SSE dropping patch
---
debian/patches/drop-sse.patch | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/patches/drop-sse.patch b/debian/patches/drop-sse.patch
index 04dd708..9c4d395 100644
--- a/debian/patches/drop-sse.patch
+++ b/debian/patches/drop-sse.patch
@@ -3,15 +3,12 @@ Origin: http://megaglest.svn.sourceforge.net/viewvc/megaglest?view=revision&revi
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")
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest.git
More information about the Pkg-games-commits
mailing list