]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blame - ladspa-cmt-plugins-makefile.patch
- GPL v2+
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins-makefile.patch
CommitLineData
c367fc1a
JB
1--- cmt/src/makefile.orig 2007-11-06 11:25:34.000000000 +0100
2+++ cmt/src/makefile 2008-07-20 21:56:56.050036383 +0200
3@@ -11,7 +11,7 @@
0a98a489 4 # GENERAL
5 #
6
c367fc1a
JB
7-CFLAGS = $(INCLUDES) -Wall -O3 -fPIC
8+CFLAGS = $(INCLUDES) -Wall -fPIC $(OPTFLAGS)
0a98a489 9 CXXFLAGS = $(CFLAGS)
10 PLUGIN_LIB = ../plugins/cmt.so
11
c367fc1a 12@@ -72,7 +72,7 @@
0a98a489 13
14 install: $(PLUGIN_LIB)
15 -strip $(PLUGIN_LIB)
16- cp $(PLUGIN_LIB) $(INSTALL_PLUGINS_DIR)
17+ cp $(PLUGIN_LIB) $(DESTDIR)$(INSTALL_PLUGINS_DIR)
18
19 test: /tmp/test.wav ../../ladspa_sdk/snd/noise.wav always
20 @echo ---------------------------------------------
This page took 0.081124 seconds and 4 git commands to generate.