opnsense-ports/audio/invada-studio-plugins-lv2/files/patch-plugin_library_Makefile
Franco Fichtner cb07a35399 */*: sync with upstream
Taken from: HardenedBSD
2017-11-18 07:44:25 +01:00

14 lines
339 B
Text

--- plugin/library/Makefile.orig 2009-04-07 04:07:51 UTC
+++ plugin/library/Makefile
@@ -18,9 +18,9 @@
# GENERAL
-CC = gcc
+CC ?= cc
LD = ld
-CFLAGS = -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
+CFLAGS += -I. -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC