aboutsummaryrefslogtreecommitdiffstats
path: root/audio/midiomatic-lv2/files/patch-dpf_Makefile.base.mk
diff options
context:
space:
mode:
Diffstat (limited to 'audio/midiomatic-lv2/files/patch-dpf_Makefile.base.mk')
-rw-r--r--audio/midiomatic-lv2/files/patch-dpf_Makefile.base.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/midiomatic-lv2/files/patch-dpf_Makefile.base.mk b/audio/midiomatic-lv2/files/patch-dpf_Makefile.base.mk
new file mode 100644
index 000000000000..93e05eb5e4d3
--- /dev/null
+++ b/audio/midiomatic-lv2/files/patch-dpf_Makefile.base.mk
@@ -0,0 +1,11 @@
+--- dpf/Makefile.base.mk.orig 2019-11-04 21:45:33 UTC
++++ dpf/Makefile.base.mk
+@@ -129,7 +129,7 @@ endif
+ # Set build and link flags
+
+ BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
+-BASE_OPTS = -O3 -ffast-math -mtune=generic -fdata-sections -ffunction-sections
++BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections
+
+ ifeq ($(CPU_I386_OR_X86_64),true)
+ BASE_OPTS += -msse -msse2