freebsd-ports/audio/dpf-plugins-lv2/files/patch-dpf_Makefile.base.mk
Yuri Victorovich 3dc86711a4 audio/dpf-plugins-lv2: fix build with GCC-based architectures
PR:		236746
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-03-24 05:39:16 +00:00

11 lines
395 B
Makefile

--- dpf/Makefile.base.mk.orig 2019-02-28 18:07:46 UTC
+++ dpf/Makefile.base.mk
@@ -90,7 +90,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_FLAGS) -fdata-sections -ffunction-sections
ifeq ($(MACOS),true)
# MacOS linker flags