summaryrefslogtreecommitdiff
path: root/audio/gmsynth-lv2/files/patch-Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-06-09 23:28:05 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-06-09 23:28:05 +0000
commit0bdbffbf75d1cdf28c3c0bfd76c34643a4b4fe8e (patch)
treea6b0b2116995ac9522ee67c4f7aa2610d0690cd2 /audio/gmsynth-lv2/files/patch-Makefile
parentaudio/avldrums-lv2: Fix SIMD flags handling (diff)
audio/gmsynth-lv2: Fix SIMD flags handling
Notes
Notes: svn path=/head/; revision=472101
Diffstat (limited to '')
-rw-r--r--audio/gmsynth-lv2/files/patch-Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/audio/gmsynth-lv2/files/patch-Makefile b/audio/gmsynth-lv2/files/patch-Makefile
index 7145657988b0..e499e23481e0 100644
--- a/audio/gmsynth-lv2/files/patch-Makefile
+++ b/audio/gmsynth-lv2/files/patch-Makefile
@@ -1,5 +1,14 @@
---- Makefile.orig 2018-03-10 23:08:50 UTC
+--- Makefile.orig 2017-09-08 18:49:05 UTC
+++ Makefile
+@@ -9,7 +9,7 @@ MANDIR ?= $(PREFIX)/share/man/man1
+ # see http://lv2plug.in/pages/filesystem-hierarchy-standard.html, don't use libdir
+ LV2DIR ?= $(PREFIX)/lib/lv2
+
+-OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
++OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -fno-finite-math-only -DNDEBUG
+ CFLAGS ?= -Wall -g -Wno-unused-function
+ STRIP ?= strip
+
@@ -136,13 +136,13 @@ FLUID_SRC = \
fluidsynth/src/fluid_settings.c \
fluidsynth/src/fluid_sys.c