]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blame - ladspa-cmt-plugins-makefile.patch
- updated to 1.18
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins-makefile.patch
CommitLineData
2b1b333b
JB
1--- cmt_1.17/src/Makefile.orig 2019-04-09 19:07:19.010095393 +0200
2+++ cmt_1.17/src/Makefile 2019-04-09 19:08:13.183135246 +0200
c367fc1a 3@@ -11,7 +11,7 @@
0a98a489 4 # GENERAL
5 #
6
2b1b333b
JB
7-CFLAGS = $(INCLUDES) -Wall -Werror -O2 -fPIC
8+CFLAGS = $(INCLUDES) -Wall -Werror -fPIC $(OPTFLAGS)
0a98a489 9 CXXFLAGS = $(CFLAGS)
10 PLUGIN_LIB = ../plugins/cmt.so
11
2b1b333b
JB
12@@ -76,7 +76,7 @@
13 $(PLUGIN_OBJECTS)
0a98a489 14
15 install: $(PLUGIN_LIB)
0a98a489 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.055024 seconds and 4 git commands to generate.