ports/audio/dpf-plugins-lv2/files/patch-dpf_Makefile.base.mk
Yuri Victorovich 05879cd12e audio/dpf-plugins-lv2: Update 1.3 -> 1.4
Reported by:	portscout
2021-01-17 07:40:51 +00:00

11 lines
359 B
Makefile

--- dpf/Makefile.base.mk.orig 2021-01-15 11:38:19 UTC
+++ dpf/Makefile.base.mk
@@ -136,7 +136,7 @@ BASE_FLAGS = -Wall -Wextra -pipe -MD -MP
BASE_OPTS = -O3 -ffast-math -fdata-sections -ffunction-sections
ifeq ($(CPU_I386_OR_X86_64),true)
-BASE_OPTS += -mtune=generic -msse -msse2 -mfpmath=sse
+BASE_OPTS += $(SIMD_FLAGS)
endif
ifeq ($(CPU_ARM),true)