ports/audio/avldrums-lv2/files/patch-Makefile
Yuri Victorovich 5612ddfd0f audio/avldrums-lv2: Fix SIMD flags handling
Also change WWW to https.
2018-06-09 23:21:57 +00:00

11 lines
496 B
Text

--- Makefile.orig 2018-06-09 23:15:05 UTC
+++ Makefile
@@ -10,7 +10,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