summaryrefslogtreecommitdiff
path: root/community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch')
-rw-r--r--community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch b/community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch
new file mode 100644
index 000000000..8eb295689
--- /dev/null
+++ b/community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch
@@ -0,0 +1,21 @@
+--- ZynAddSubFX-2.4.3.orig/src/CMakeLists.txt 2012-06-15 23:22:35.000000000 -0500
++++ ZynAddSubFX-2.4.3/src/CMakeLists.txt 2013-06-15 10:53:13.109741210 -0500
+@@ -116,8 +116,8 @@
+ )
+
+ set (BuildOptionsBasic
+- "-O3 -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer"
+- CACHE STRING "basic X86 complier options"
++ "-O3 -ffast-math -fomit-frame-pointer"
++ CACHE STRING "basic complier options"
+ )
+
+ set (BuildOptionsDebug
+@@ -173,7 +173,6 @@
+ include_directories(${ZLIB_INCLUDE_DIRS} ${MXML_INCLUDE_DIRS})
+
+ add_definitions(
+- -DASM_F2I_YES
+ -g #TODO #todo put in a better location
+ -Wall
+ -Wextra