aboutsummaryrefslogtreecommitdiff
path: root/audio/gmsynth-lv2/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gmsynth-lv2/files/patch-Makefile')
-rw-r--r--audio/gmsynth-lv2/files/patch-Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/audio/gmsynth-lv2/files/patch-Makefile b/audio/gmsynth-lv2/files/patch-Makefile
index b83236b423d9..5dcc6adcb94c 100644
--- a/audio/gmsynth-lv2/files/patch-Makefile
+++ b/audio/gmsynth-lv2/files/patch-Makefile
@@ -1,11 +1,11 @@
---- Makefile.orig 2019-02-24 17:24:37 UTC
+--- Makefile.orig 2022-10-31 15:07:16 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
+@@ -26,7 +26,7 @@ ifneq (,$(findstring 86,$(MACHINE)))
+ endif
+ ifeq ($(HAVE_SSE),yes)
+- OPTIMIZATIONS ?= -msse -msse2 -mfpmath=sse --fast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
++ OPTIMIZATIONS ?= $(PORT_SIMD_FLAGS) -ffast-math -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
+ else
+ OPTIMIZATIONS ?= -fomit-frame-pointer -O3 -fno-finite-math-only -DNDEBUG
+ endif