]> git.pld-linux.org Git - packages/GxPlugins.lv2.git/blame - makefiles.patch
Summary fix
[packages/GxPlugins.lv2.git] / makefiles.patch
CommitLineData
3a2d28da
JK
1diff -dur GxPlugins_0.7.orig/GxAxisFace.lv2/Makefile GxPlugins_0.7/GxAxisFace.lv2/Makefile
2--- GxPlugins_0.7.orig/GxAxisFace.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
3+++ GxPlugins_0.7/GxAxisFace.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
4@@ -34,11 +34,11 @@
5 BUNDLE = $(NAME).lv2
6 VER = 0.1
7 # set compile flags
8- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
9+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
10 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
11 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
12- LDFLAGS += -I. -shared -lm
13- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
14+ LDFLAGS += $(rpmldflags) -I. -shared -lm
15+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
16 # invoke build files
17 OBJECTS = plugin/$(NAME).cpp
18 GUI_OBJECTS = gui/$(NAME)_x11ui.c
19diff -dur GxPlugins_0.7.orig/GxBaJaTubeDriver.lv2/Makefile GxPlugins_0.7/GxBaJaTubeDriver.lv2/Makefile
20--- GxPlugins_0.7.orig/GxBaJaTubeDriver.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
21+++ GxPlugins_0.7/GxBaJaTubeDriver.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
22@@ -34,9 +34,9 @@
23 BUNDLE = $(NAME).lv2
24 VER = 0.1
25 # set compile flags
26- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
27- LDFLAGS += -I. -shared -lm
28- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
29+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
30+ LDFLAGS += $(rpmldflags) -I. -shared -lm
31+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
32 # invoke build files
33 OBJECTS = plugin/$(NAME).cpp
34 GUI_OBJECTS = gui/$(NAME)_x11ui.c
35diff -dur GxPlugins_0.7.orig/GxBlueAmp.lv2/Makefile GxPlugins_0.7/GxBlueAmp.lv2/Makefile
36--- GxPlugins_0.7.orig/GxBlueAmp.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
37+++ GxPlugins_0.7/GxBlueAmp.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
38@@ -34,9 +34,9 @@
39 BUNDLE = $(NAME).lv2
40 VER = 0.1
41 # set compile flags
42- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
43- LDFLAGS += -I. -shared -lm
44- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
45+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
46+ LDFLAGS += $(rpmldflags) -I. -shared -lm
47+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
48 # invoke build files
49 OBJECTS = plugin/$(NAME).cpp
50 GUI_OBJECTS = gui/$(NAME)_x11ui.c
51diff -dur GxPlugins_0.7.orig/GxBoobTube.lv2/Makefile GxPlugins_0.7/GxBoobTube.lv2/Makefile
52--- GxPlugins_0.7.orig/GxBoobTube.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
53+++ GxPlugins_0.7/GxBoobTube.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
54@@ -35,10 +35,10 @@
55 VER = 0.1
56 # set compile flags
57 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
58- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
59+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
60 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
61- LDFLAGS += -I. -shared -lm
62- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
63+ LDFLAGS += $(rpmldflags) -I. -shared -lm
64+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
65 # invoke build files
66 OBJECTS = plugin/$(NAME).cpp
67 GUI_OBJECTS = gui/$(NAME)_x11ui.c
68diff -dur GxPlugins_0.7.orig/GxBottleRocket.lv2/Makefile GxPlugins_0.7/GxBottleRocket.lv2/Makefile
69--- GxPlugins_0.7.orig/GxBottleRocket.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
70+++ GxPlugins_0.7/GxBottleRocket.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
71@@ -34,11 +34,11 @@
72 BUNDLE = $(NAME).lv2
73 VER = 0.1
74 # set compile flags
75- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
76+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
77 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
78 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
79- LDFLAGS += -I. -shared -lm
80- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
81+ LDFLAGS += $(rpmldflags) -I. -shared -lm
82+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
83 # invoke build files
84 OBJECTS = plugin/$(NAME).cpp
85 GUI_OBJECTS = gui/$(NAME)_x11ui.c
86diff -dur GxPlugins_0.7.orig/GxClubDrive.lv2/Makefile GxPlugins_0.7/GxClubDrive.lv2/Makefile
87--- GxPlugins_0.7.orig/GxClubDrive.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
88+++ GxPlugins_0.7/GxClubDrive.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
89@@ -34,9 +34,9 @@
90 BUNDLE = $(NAME).lv2
91 VER = 0.1
92 # set compile flags
93- CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
94- LDFLAGS += -I. -shared -lm
95- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
96+ CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
97+ LDFLAGS += $(rpmldflags) -I. -shared -lm
98+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
99 # invoke build files
100 OBJECTS = plugin/$(NAME).cpp
101 GUI_OBJECTS = gui/$(NAME)_x11ui.c
102diff -dur GxPlugins_0.7.orig/GxCreamMachine.lv2/Makefile GxPlugins_0.7/GxCreamMachine.lv2/Makefile
103--- GxPlugins_0.7.orig/GxCreamMachine.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
104+++ GxPlugins_0.7/GxCreamMachine.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
105@@ -34,9 +34,9 @@
106 BUNDLE = $(NAME).lv2
107 VER = 0.1
108 # set compile flags
109- CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
110- LDFLAGS += -I. -shared -lm
111- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
112+ CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
113+ LDFLAGS += $(rpmldflags) -I. -shared -lm
114+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
115 # invoke build files
116 OBJECTS = plugin/$(NAME).cpp
117 GUI_OBJECTS = gui/$(NAME)_x11ui.c
118diff -dur GxPlugins_0.7.orig/GxDOP250.lv2/Makefile GxPlugins_0.7/GxDOP250.lv2/Makefile
119--- GxPlugins_0.7.orig/GxDOP250.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
120+++ GxPlugins_0.7/GxDOP250.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
121@@ -34,11 +34,11 @@
122 BUNDLE = $(NAME).lv2
123 VER = 0.1
124 # set compile flags
125- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
126+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
127 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
128 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
129- LDFLAGS += -I. -shared -lm
130- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
131+ LDFLAGS += $(rpmldflags) -I. -shared -lm
132+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
133 # invoke build files
134 OBJECTS = plugin/$(NAME).cpp
135 GUI_OBJECTS = gui/$(NAME)_x11ui.c
136diff -dur GxPlugins_0.7.orig/GxEpic.lv2/Makefile GxPlugins_0.7/GxEpic.lv2/Makefile
137--- GxPlugins_0.7.orig/GxEpic.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
138+++ GxPlugins_0.7/GxEpic.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
139@@ -34,9 +34,9 @@
140 BUNDLE = $(NAME).lv2
141 VER = 0.1
142 # set compile flags
143- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
144- LDFLAGS += -I. -shared -lm
145- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
146+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
147+ LDFLAGS += $(rpmldflags) -I. -shared -lm
148+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
149 # invoke build files
150 OBJECTS = plugin/$(NAME).cpp
151 GUI_OBJECTS = gui/$(NAME)_x11ui.c
152diff -dur GxPlugins_0.7.orig/GxEternity.lv2/Makefile GxPlugins_0.7/GxEternity.lv2/Makefile
153--- GxPlugins_0.7.orig/GxEternity.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
154+++ GxPlugins_0.7/GxEternity.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
155@@ -34,9 +34,9 @@
156 BUNDLE = $(NAME).lv2
157 VER = 0.1
158 # set compile flags
159- CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
160- LDFLAGS += -I. -shared -lm
161- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
162+ CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
163+ LDFLAGS += $(rpmldflags) -I. -shared -lm
164+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
165 # invoke build files
166 OBJECTS = plugin/$(NAME).cpp
167 GUI_OBJECTS = gui/$(NAME)_x11ui.c
168diff -dur GxPlugins_0.7.orig/GxFz1b.lv2/Makefile GxPlugins_0.7/GxFz1b.lv2/Makefile
169--- GxPlugins_0.7.orig/GxFz1b.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
170+++ GxPlugins_0.7/GxFz1b.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
171@@ -35,10 +35,10 @@
172 VER = 0.1
173 # set compile flags
174 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
175- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
176+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
177 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
178- LDFLAGS += -I. -shared -lm
179- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
180+ LDFLAGS += $(rpmldflags) -I. -shared -lm
181+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
182 # invoke build files
183 OBJECTS = plugin/$(NAME).cpp
184 GUI_OBJECTS = gui/$(NAME)_x11ui.c
185diff -dur GxPlugins_0.7.orig/GxFz1s.lv2/Makefile GxPlugins_0.7/GxFz1s.lv2/Makefile
186--- GxPlugins_0.7.orig/GxFz1s.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
187+++ GxPlugins_0.7/GxFz1s.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
188@@ -34,11 +34,11 @@
189 BUNDLE = $(NAME).lv2
190 VER = 0.1
191 # set compile flags
192- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
193+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
194 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
195 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
196- LDFLAGS += -I. -shared -lm
197- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
198+ LDFLAGS += $(rpmldflags) -I. -shared -lm
199+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
200 # invoke build files
201 OBJECTS = plugin/$(NAME).cpp
202 GUI_OBJECTS = gui/$(NAME)_x11ui.c
203diff -dur GxPlugins_0.7.orig/GxGuvnor.lv2/Makefile GxPlugins_0.7/GxGuvnor.lv2/Makefile
204--- GxPlugins_0.7.orig/GxGuvnor.lv2/Makefile 2019-05-31 07:36:51.000000000 +0200
205+++ GxPlugins_0.7/GxGuvnor.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
206@@ -34,11 +34,11 @@
207 BUNDLE = $(NAME).lv2
208 VER = 0.1
209 # set compile flags
210- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
211+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
212 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
213 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
214- LDFLAGS += -I. -shared -lm
215- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
216+ LDFLAGS += $(rpmldflags) -I. -shared -lm
217+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
218 # invoke build files
219 OBJECTS = plugin/$(NAME).cpp
220 GUI_OBJECTS = gui/$(NAME)_x11ui.c
221diff -dur GxPlugins_0.7.orig/GxHeathkit.lv2/Makefile GxPlugins_0.7/GxHeathkit.lv2/Makefile
222--- GxPlugins_0.7.orig/GxHeathkit.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
223+++ GxPlugins_0.7/GxHeathkit.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
224@@ -34,11 +34,11 @@
225 BUNDLE = $(NAME).lv2
226 VER = 0.1
227 # set compile flags
228- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
229+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
230 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
231 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
232- LDFLAGS += -I. -shared -lm
233- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
234+ LDFLAGS += $(rpmldflags) -I. -shared -lm
235+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
236 # invoke build files
237 OBJECTS = plugin/$(NAME).cpp
238 GUI_OBJECTS = gui/$(NAME)_x11ui.c
239diff -dur GxPlugins_0.7.orig/GxHotBox.lv2/Makefile GxPlugins_0.7/GxHotBox.lv2/Makefile
240--- GxPlugins_0.7.orig/GxHotBox.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
241+++ GxPlugins_0.7/GxHotBox.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
242@@ -34,11 +34,11 @@
243 BUNDLE = $(NAME).lv2
244 VER = 0.1
245 # set compile flags
246- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
247+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
248 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
249 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
250- LDFLAGS += -I. -shared -lm
251- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
252+ LDFLAGS += $(rpmldflags) -I. -shared -lm
253+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
254 # invoke build files
255 OBJECTS = plugin/$(NAME).cpp
256 GUI_OBJECTS = gui/$(NAME)_x11ui.c
257diff -dur GxPlugins_0.7.orig/GxHyperion.lv2/Makefile GxPlugins_0.7/GxHyperion.lv2/Makefile
258--- GxPlugins_0.7.orig/GxHyperion.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
259+++ GxPlugins_0.7/GxHyperion.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
260@@ -34,11 +34,11 @@
261 BUNDLE = $(NAME).lv2
262 VER = 0.1
263 # set compile flags
264- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
265+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
266 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
267 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
268- LDFLAGS += -I. -shared -lm
269- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
270+ LDFLAGS += $(rpmldflags) -I. -shared -lm
271+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
272 # invoke build files
273 OBJECTS = plugin/$(NAME).cpp
274 GUI_OBJECTS = gui/$(NAME)_x11ui.c
275diff -dur GxPlugins_0.7.orig/GxKnightFuzz.lv2/Makefile GxPlugins_0.7/GxKnightFuzz.lv2/Makefile
276--- GxPlugins_0.7.orig/GxKnightFuzz.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
277+++ GxPlugins_0.7/GxKnightFuzz.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
278@@ -34,11 +34,11 @@
279 BUNDLE = $(NAME).lv2
280 VER = 0.1
281 # set compile flags
282- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
283+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
284 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
285 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
286- LDFLAGS += -I. -shared -lm
287- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
288+ LDFLAGS += $(rpmldflags) -I. -shared -lm
289+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
290 # invoke build files
291 OBJECTS = plugin/$(NAME).cpp
292 GUI_OBJECTS = gui/$(NAME)_x11ui.c
293diff -dur GxPlugins_0.7.orig/GxLiquidDrive.lv2/Makefile GxPlugins_0.7/GxLiquidDrive.lv2/Makefile
294--- GxPlugins_0.7.orig/GxLiquidDrive.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
295+++ GxPlugins_0.7/GxLiquidDrive.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
296@@ -34,11 +34,11 @@
297 BUNDLE = $(NAME).lv2
298 VER = 0.1
299 # set compile flags
300- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
301+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
302 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
303 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
304- LDFLAGS += -I. -shared -lm
305- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
306+ LDFLAGS += $(rpmldflags) -I. -shared -lm
307+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
308 # invoke build files
309 OBJECTS = plugin/$(NAME).cpp
310 GUI_OBJECTS = gui/$(NAME)_x11ui.c
311diff -dur GxPlugins_0.7.orig/GxLuna.lv2/Makefile GxPlugins_0.7/GxLuna.lv2/Makefile
312--- GxPlugins_0.7.orig/GxLuna.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
313+++ GxPlugins_0.7/GxLuna.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
314@@ -34,9 +34,9 @@
315 BUNDLE = $(NAME).lv2
316 VER = 0.1
317 # set compile flags
318- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
319- LDFLAGS += -I. -shared -lm
320- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
321+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
322+ LDFLAGS += $(rpmldflags) -I. -shared -lm
323+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
324 # invoke build files
325 OBJECTS = plugin/$(NAME).cpp
326 GUI_OBJECTS = gui/$(NAME)_x11ui.c
327diff -dur GxPlugins_0.7.orig/GxMicroAmp.lv2/Makefile GxPlugins_0.7/GxMicroAmp.lv2/Makefile
328--- GxPlugins_0.7.orig/GxMicroAmp.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
329+++ GxPlugins_0.7/GxMicroAmp.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
330@@ -34,11 +34,11 @@
331 BUNDLE = $(NAME).lv2
332 VER = 0.1
333 # set compile flags
334- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
335+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
336 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
337 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
338- LDFLAGS += -I. -shared -lm
339- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
340+ LDFLAGS += $(rpmldflags) -I. -shared -lm
341+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
342 # invoke build files
343 OBJECTS = plugin/$(NAME).cpp
344 GUI_OBJECTS = gui/$(NAME)_x11ui.c
345diff -dur GxPlugins_0.7.orig/GxPlexi.lv2/Makefile GxPlugins_0.7/GxPlexi.lv2/Makefile
346--- GxPlugins_0.7.orig/GxPlexi.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
347+++ GxPlugins_0.7/GxPlexi.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
348@@ -34,9 +34,9 @@
349 BUNDLE = $(NAME).lv2
350 VER = 0.1
351 # set compile flags
352- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
353- LDFLAGS += -I. -shared -lm
354- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
355+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
356+ LDFLAGS += $(rpmldflags) -I. -shared -lm
357+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
358 # invoke build files
359 OBJECTS = plugin/$(NAME).cpp
360 GUI_OBJECTS = gui/$(NAME)_x11ui.c
361diff -dur GxPlugins_0.7.orig/GxQuack.lv2/Makefile GxPlugins_0.7/GxQuack.lv2/Makefile
362--- GxPlugins_0.7.orig/GxQuack.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
363+++ GxPlugins_0.7/GxQuack.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
364@@ -34,11 +34,11 @@
365 BUNDLE = $(NAME).lv2
366 VER = 0.1
367 # set compile flags
368- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
369+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
370 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
371 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
372- LDFLAGS += -I. -shared -lm
373- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
374+ LDFLAGS += $(rpmldflags) -I. -shared -lm
375+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
376 # invoke build files
377 OBJECTS = plugin/$(NAME).cpp
378 GUI_OBJECTS = gui/$(NAME)_x11ui.c
379diff -dur GxPlugins_0.7.orig/GxSaturator.lv2/Makefile GxPlugins_0.7/GxSaturator.lv2/Makefile
380--- GxPlugins_0.7.orig/GxSaturator.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
381+++ GxPlugins_0.7/GxSaturator.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
382@@ -34,11 +34,11 @@
383 BUNDLE = $(NAME).lv2
384 VER = 0.1
385 # set compile flags
386- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
387+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
388 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
389 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
390- LDFLAGS += -I. -shared -lm
391- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
392+ LDFLAGS += $(rpmldflags) -I. -shared -lm
393+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
394 # invoke build files
395 OBJECTS = plugin/$(NAME).cpp
396 GUI_OBJECTS = gui/$(NAME)_x11ui.c
397diff -dur GxPlugins_0.7.orig/GxSD1.lv2/Makefile GxPlugins_0.7/GxSD1.lv2/Makefile
398--- GxPlugins_0.7.orig/GxSD1.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
399+++ GxPlugins_0.7/GxSD1.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
400@@ -34,11 +34,11 @@
401 BUNDLE = $(NAME).lv2
402 VER = 0.1
403 # set compile flags
404- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
405+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
406 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
407 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
408- LDFLAGS += -I. -shared -lm
409- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
410+ LDFLAGS += $(rpmldflags) -I. -shared -lm
411+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
412 # invoke build files
413 OBJECTS = plugin/$(NAME).cpp
414 GUI_OBJECTS = gui/$(NAME)_x11ui.c
415diff -dur GxPlugins_0.7.orig/GxSD2Lead.lv2/Makefile GxPlugins_0.7/GxSD2Lead.lv2/Makefile
416--- GxPlugins_0.7.orig/GxSD2Lead.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
417+++ GxPlugins_0.7/GxSD2Lead.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
418@@ -34,11 +34,11 @@
419 BUNDLE = $(NAME).lv2
420 VER = 0.1
421 # set compile flags
422- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
423+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
424 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
425 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
426- LDFLAGS += -I. -shared -lm
427- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
428+ LDFLAGS += $(rpmldflags) -I. -shared -lm
429+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
430 # invoke build files
431 OBJECTS = plugin/$(NAME).cpp
432 GUI_OBJECTS = gui/$(NAME)_x11ui.c
433diff -dur GxPlugins_0.7.orig/GxShakaTube.lv2/Makefile GxPlugins_0.7/GxShakaTube.lv2/Makefile
434--- GxPlugins_0.7.orig/GxShakaTube.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
435+++ GxPlugins_0.7/GxShakaTube.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
436@@ -34,9 +34,9 @@
437 BUNDLE = $(NAME).lv2
438 VER = 0.1
439 # set compile flags
440- CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
441- LDFLAGS += -I. -shared -lm
442- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
443+ CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
444+ LDFLAGS += $(rpmldflags) -I. -shared -lm
445+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
446 # invoke build files
447 OBJECTS = plugin/$(NAME).cpp
448 GUI_OBJECTS = gui/$(NAME)_x11ui.c
449diff -dur GxPlugins_0.7.orig/GxSloopyBlue.lv2/Makefile GxPlugins_0.7/GxSloopyBlue.lv2/Makefile
450--- GxPlugins_0.7.orig/GxSloopyBlue.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
451+++ GxPlugins_0.7/GxSloopyBlue.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
452@@ -34,9 +34,9 @@
453 BUNDLE = $(NAME).lv2
454 VER = 0.1
455 # set compile flags
456- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
457- LDFLAGS += -I. -shared -lm
458- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
459+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
460+ LDFLAGS += $(rpmldflags) -I. -shared -lm
461+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
462 # invoke build files
463 OBJECTS = plugin/$(NAME).cpp
464 GUI_OBJECTS = gui/$(NAME)_x11ui.c
465diff -dur GxPlugins_0.7.orig/GxSlowGear.lv2/Makefile GxPlugins_0.7/GxSlowGear.lv2/Makefile
466--- GxPlugins_0.7.orig/GxSlowGear.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
467+++ GxPlugins_0.7/GxSlowGear.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
468@@ -34,11 +34,11 @@
469 BUNDLE = $(NAME).lv2
470 VER = 0.1
471 # set compile flags
472- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
473+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
474 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
475 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
476- LDFLAGS += -I. -shared -lm
477- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
478+ LDFLAGS += $(rpmldflags) -I. -shared -lm
479+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
480 # invoke build files
481 OBJECTS = plugin/$(NAME).cpp
482 GUI_OBJECTS = gui/$(NAME)_x11ui.c
483diff -dur GxPlugins_0.7.orig/GxSunFace.lv2/Makefile GxPlugins_0.7/GxSunFace.lv2/Makefile
484--- GxPlugins_0.7.orig/GxSunFace.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
485+++ GxPlugins_0.7/GxSunFace.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
486@@ -34,11 +34,11 @@
487 BUNDLE = $(NAME).lv2
488 VER = 0.1
489 # set compile flags
490- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
491+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
492 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
493 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
494- LDFLAGS += -I. -shared -lm
495- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
496+ LDFLAGS += $(rpmldflags) -I. -shared -lm
497+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
498 # invoke build files
499 OBJECTS = plugin/$(NAME).cpp
500 GUI_OBJECTS = gui/$(NAME)_x11ui.c
501diff -dur GxPlugins_0.7.orig/GxSuperFuzz.lv2/Makefile GxPlugins_0.7/GxSuperFuzz.lv2/Makefile
502--- GxPlugins_0.7.orig/GxSuperFuzz.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
503+++ GxPlugins_0.7/GxSuperFuzz.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
504@@ -35,10 +35,10 @@
505 VER = 0.1
506 # set compile flags
507 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
508- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
509+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
510 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
511- LDFLAGS += -I. -shared -lm
512- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
513+ LDFLAGS += $(rpmldflags) -I. -shared -lm
514+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
515 # invoke build files
516 OBJECTS = plugin/$(NAME).cpp
517 GUI_OBJECTS = gui/$(NAME)_x11ui.c
518diff -dur GxPlugins_0.7.orig/GxSupersonic.lv2/Makefile GxPlugins_0.7/GxSupersonic.lv2/Makefile
519--- GxPlugins_0.7.orig/GxSupersonic.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
520+++ GxPlugins_0.7/GxSupersonic.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
521@@ -34,9 +34,9 @@
522 BUNDLE = $(NAME).lv2
523 VER = 0.1
524 # set compile flags
525- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
526- LDFLAGS += -I. -shared -lm
527- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
528+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
529+ LDFLAGS += $(rpmldflags) -I. -shared -lm
530+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
531 # invoke build files
532 OBJECTS = plugin/$(NAME).cpp
533 GUI_OBJECTS = gui/$(NAME)_x11ui.c
534diff -dur GxPlugins_0.7.orig/GxSuppaToneBender.lv2/Makefile GxPlugins_0.7/GxSuppaToneBender.lv2/Makefile
535--- GxPlugins_0.7.orig/GxSuppaToneBender.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
536+++ GxPlugins_0.7/GxSuppaToneBender.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
537@@ -35,10 +35,10 @@
538 VER = 0.1
539 # set compile flags
540 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
541- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
542+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
543 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
544- LDFLAGS += -I. -shared -lm
545- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
546+ LDFLAGS += $(rpmldflags) -I. -shared -lm
547+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
548 # invoke build files
549 OBJECTS = plugin/$(NAME).cpp
550 GUI_OBJECTS = gui/$(NAME)_x11ui.c
551diff -dur GxPlugins_0.7.orig/GxSVT.lv2/Makefile GxPlugins_0.7/GxSVT.lv2/Makefile
552--- GxPlugins_0.7.orig/GxSVT.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
553+++ GxPlugins_0.7/GxSVT.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
554@@ -35,10 +35,10 @@
555 VER = 0.1
556 # set compile flags
557 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
558- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
559+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
560 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
561- LDFLAGS += -I. -shared -lm
562- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
563+ LDFLAGS += $(rpmldflags) -I. -shared -lm
564+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
565 # invoke build files
566 OBJECTS = plugin/$(NAME).cpp
567 GUI_OBJECTS = gui/$(NAME)_x11ui.c
568diff -dur GxPlugins_0.7.orig/GxTimRay.lv2/Makefile GxPlugins_0.7/GxTimRay.lv2/Makefile
569--- GxPlugins_0.7.orig/GxTimRay.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
570+++ GxPlugins_0.7/GxTimRay.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
571@@ -34,9 +34,9 @@
572 BUNDLE = $(NAME).lv2
573 VER = 0.1
574 # set compile flags
575- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
576- LDFLAGS += -I. -shared -lm
577- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
578+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
579+ LDFLAGS += $(rpmldflags) -I. -shared -lm
580+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
581 # invoke build files
582 OBJECTS = plugin/$(NAME).cpp
583 GUI_OBJECTS = gui/$(NAME)_x11ui.c
584diff -dur GxPlugins_0.7.orig/GxToneMachine.lv2/Makefile GxPlugins_0.7/GxToneMachine.lv2/Makefile
585--- GxPlugins_0.7.orig/GxToneMachine.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
586+++ GxPlugins_0.7/GxToneMachine.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
587@@ -34,11 +34,11 @@
588 BUNDLE = $(NAME).lv2
589 VER = 0.1
590 # set compile flags
591- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
592+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
593 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
594 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
595- LDFLAGS += -I. -shared -lm
596- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
597+ LDFLAGS += $(rpmldflags) -I. -shared -lm
598+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
599 # invoke build files
600 OBJECTS = plugin/$(NAME).cpp
601 GUI_OBJECTS = gui/$(NAME)_x11ui.c
602diff -dur GxPlugins_0.7.orig/GxTubeDistortion.lv2/Makefile GxPlugins_0.7/GxTubeDistortion.lv2/Makefile
603--- GxPlugins_0.7.orig/GxTubeDistortion.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
604+++ GxPlugins_0.7/GxTubeDistortion.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
605@@ -35,10 +35,10 @@
606 VER = 0.1
607 # set compile flags
608 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
609- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
610+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
611 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
612- LDFLAGS += -I. -shared -lm
613- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
614+ LDFLAGS += $(rpmldflags) -I. -shared -lm
615+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
616 # invoke build files
617 OBJECTS = plugin/$(NAME).cpp
618 GUI_OBJECTS = gui/$(NAME)_x11ui.c
619diff -dur GxPlugins_0.7.orig/GxUltraCab.lv2/Makefile GxPlugins_0.7/GxUltraCab.lv2/Makefile
620--- GxPlugins_0.7.orig/GxUltraCab.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
621+++ GxPlugins_0.7/GxUltraCab.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
622@@ -34,9 +34,9 @@
623 BUNDLE = $(NAME).lv2
624 VER = 0.1
625 # set compile flags
626- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
627- LDFLAGS += -I. -shared -lm
628- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
629+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
630+ LDFLAGS += $(rpmldflags) -I. -shared -lm
631+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
632 # invoke build files
633 OBJECTS = plugin/$(NAME).cpp
634 GUI_OBJECTS = gui/$(NAME)_x11ui.c
635diff -dur GxPlugins_0.7.orig/GxUVox720k.lv2/Makefile GxPlugins_0.7/GxUVox720k.lv2/Makefile
636--- GxPlugins_0.7.orig/GxUVox720k.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
637+++ GxPlugins_0.7/GxUVox720k.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
638@@ -34,11 +34,11 @@
639 BUNDLE = $(NAME).lv2
640 VER = 0.1
641 # set compile flags
642- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
643+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
644 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
645 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
646- LDFLAGS += -I. -shared -lm
647- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
648+ LDFLAGS += $(rpmldflags) -I. -shared -lm
649+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
650 # invoke build files
651 OBJECTS = plugin/$(NAME).cpp
652 GUI_OBJECTS = gui/$(NAME)_x11ui.c
653diff -dur GxPlugins_0.7.orig/GxValveCaster.lv2/Makefile GxPlugins_0.7/GxValveCaster.lv2/Makefile
654--- GxPlugins_0.7.orig/GxValveCaster.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
655+++ GxPlugins_0.7/GxValveCaster.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
656@@ -35,11 +35,11 @@
657 VER = 0.1
658 # set compile flags
659 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
660- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
661+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
662 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
663- DEBUGFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall -D DEBUG
664- LDFLAGS += -I. -shared -lm
665- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
666+ DEBUGFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall -D DEBUG
667+ LDFLAGS += $(rpmldflags) -I. -shared -lm
668+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
669 # invoke build files
670 OBJECTS = plugin/$(NAME).cpp
671 GUI_OBJECTS = gui/$(NAME)_x11ui.c
672diff -dur GxPlugins_0.7.orig/GxVBassPreAmp.lv2/Makefile GxPlugins_0.7/GxVBassPreAmp.lv2/Makefile
673--- GxPlugins_0.7.orig/GxVBassPreAmp.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
674+++ GxPlugins_0.7/GxVBassPreAmp.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
675@@ -35,10 +35,10 @@
676 VER = 0.1
677 # set compile flags
678 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
679- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
680+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
681 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
682- LDFLAGS += -I. -shared -lm
683- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
684+ LDFLAGS += $(rpmldflags) -I. -shared -lm
685+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
686 # invoke build files
687 OBJECTS = plugin/$(NAME).cpp
688 GUI_OBJECTS = gui/$(NAME)_x11ui.c
689diff -dur GxPlugins_0.7.orig/GxVintageFuzzMaster.lv2/Makefile GxPlugins_0.7/GxVintageFuzzMaster.lv2/Makefile
690--- GxPlugins_0.7.orig/GxVintageFuzzMaster.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
691+++ GxPlugins_0.7/GxVintageFuzzMaster.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
692@@ -34,11 +34,11 @@
693 BUNDLE = $(NAME).lv2
694 VER = 0.1
695 # set compile flags
696- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
697+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
698 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
699 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
700- LDFLAGS += -I. -shared -lm
701- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
702+ LDFLAGS += $(rpmldflags) -I. -shared -lm
703+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
704 # invoke build files
705 OBJECTS = plugin/$(NAME).cpp
706 GUI_OBJECTS = gui/$(NAME)_x11ui.c
707diff -dur GxPlugins_0.7.orig/GxVmk2.lv2/Makefile GxPlugins_0.7/GxVmk2.lv2/Makefile
708--- GxPlugins_0.7.orig/GxVmk2.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
709+++ GxPlugins_0.7/GxVmk2.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
710@@ -35,10 +35,10 @@
711 VER = 0.1
712 # set compile flags
713 CXXFLAGS += -I. -I./dsp -I./plugin -I./dsp/zita-resampler-1.1.0 -I./dsp/zita-resampler-1.1.0/zita-resampler \
714- -fPIC -DPIC -O2 -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
715+ -fPIC -DPIC $(rpmcxxflags) -Wall -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
716 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
717- LDFLAGS += -I. -shared -lm
718- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
719+ LDFLAGS += $(rpmldflags) -I. -shared -lm
720+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
721 # invoke build files
722 OBJECTS = plugin/$(NAME).cpp
723 GUI_OBJECTS = gui/$(NAME)_x11ui.c
724diff -dur GxPlugins_0.7.orig/GxVoodoFuzz.lv2/Makefile GxPlugins_0.7/GxVoodoFuzz.lv2/Makefile
725--- GxPlugins_0.7.orig/GxVoodoFuzz.lv2/Makefile 2019-05-31 07:36:52.000000000 +0200
726+++ GxPlugins_0.7/GxVoodoFuzz.lv2/Makefile 2019-05-31 10:53:27.000000000 +0200
727@@ -34,11 +34,11 @@
728 BUNDLE = $(NAME).lv2
729 VER = 0.1
730 # set compile flags
731- CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC -O2 -Wall \
732+ CXXFLAGS += -I. -I./dsp -I./plugin -fPIC -DPIC $(rpmcxxflags) -Wall \
733 -funroll-loops -ffast-math -fomit-frame-pointer -fstrength-reduce \
734 -fdata-sections -Wl,--gc-sections $(SSE_CFLAGS)
735- LDFLAGS += -I. -shared -lm
736- GUI_LDFLAGS += -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
737+ LDFLAGS += $(rpmldflags) -I. -shared -lm
738+ GUI_LDFLAGS += $(rpmldflags) -I./gui -shared -lm `pkg-config --cflags --libs cairo` -L/usr/X11/lib -lX11
739 # invoke build files
740 OBJECTS = plugin/$(NAME).cpp
741 GUI_OBJECTS = gui/$(NAME)_x11ui.c
This page took 0.235114 seconds and 4 git commands to generate.