[megaglest] 56/143: woops
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 31 20:46:08 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 69041ad6a883f1f483bd43b4129dcbe63a6b1f95
Author: Paul Wise <pabs at debian.org>
Date: Fri Dec 23 06:37:14 2011 +0000
woops
---
debian/patches/drop-sse.patch | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/debian/patches/drop-sse.patch b/debian/patches/drop-sse.patch
new file mode 100644
index 0000000..04dd708
--- /dev/null
+++ b/debian/patches/drop-sse.patch
@@ -0,0 +1,17 @@
+Description: drop SSE related flags since they prevent building on non-x86
+Origin: http://megaglest.svn.sourceforge.net/viewvc/megaglest?view=revision&revision=3023
+Forwarded: not-needed
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -74,9 +76,11 @@
+ # 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")
+ 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