summaryrefslogtreecommitdiff
path: root/audio/invada-studio-plugins-lv2/files/patch-plugingui_Makefile
blob: ede5509264e7321bae79e11812639115b109ab62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- plugingui/Makefile.orig	2009-07-11 07:41:45 UTC
+++ plugingui/Makefile
@@ -19,10 +19,10 @@
 
 # GENERAL
 
-CC		=	gcc
-LD		=	gcc
-CFLAGS		=	-I. `pkg-config --cflags cairo gtk+-2.0` -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
-LDFLAGS		=	-shared -Lwidgets -L../plugin/library -lc -lm -linv_widgets -linv_common `pkg-config --libs cairo gtk+-2.0` -fPIC -DPIC
+CC ?= cc
+LD ?= cc
+CFLAGS +=	-I. `pkg-config --cflags cairo gtk+-2.0` -Wall -fomit-frame-pointer -funroll-loops -ffast-math -c -fPIC
+LDFLAGS +=	-shared -Lwidgets -L../plugin/library -lc -lm -linv_widgets -linv_common `pkg-config --libs cairo gtk+-2.0`
 
 
 GUIS		=	inv_compressor_gui.so \