ports/audio/invada-studio-plugins-lv2/files/patch-plugin_library_Makefile
2017-11-11 08:11:36 +00:00

15 lines
339 B
Plaintext

--- 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