freebsd-ports/audio/string-machine-lv2/files/patch-dpf_Makefile.base.mk
Yuri Victorovich 349d62750f audio/string-machine-lv2: Fix build on non-x86
PR:		239470
Reported by:	pkubaj
2019-07-27 06:01:44 +00:00

11 lines
398 B
Makefile

--- dpf/Makefile.base.mk.orig 2019-07-27 05:51:19 UTC
+++ dpf/Makefile.base.mk
@@ -106,7 +106,7 @@ endif
# Set build and link flags
BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
-BASE_OPTS = -O3 -ffast-math -mtune=generic -msse -msse2 -fdata-sections -ffunction-sections
+BASE_OPTS = -O3 -ffast-math $(SIMD_CFLAGS) -fdata-sections -ffunction-sections
ifeq ($(MACOS),true)
# MacOS linker flags