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

14 lines
409 B
Text

--- plugingui/widgets/Makefile.orig 2009-08-23 07:00:28 UTC
+++ plugingui/widgets/Makefile
@@ -18,9 +18,9 @@
# GENERAL
-CC = gcc
+CC ?= cc
LD = ld
-CFLAGS = -I. `pkg-config --cflags gtk+-2.0` -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
+CFLAGS += -I. `pkg-config --cflags gtk+-2.0` -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC