summaryrefslogtreecommitdiff
path: root/community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/zynaddsubfx/zynaddsubfx-2.4.3-no_sse_generic.patch
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
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