]> git.pld-linux.org Git - packages/ladspa-cmt-plugins.git/blame - ladspa-cmt-plugins-makefile.patch
- added compile.patch
[packages/ladspa-cmt-plugins.git] / ladspa-cmt-plugins-makefile.patch
CommitLineData
0a98a489 1diff -aurN cmt.orig/src/makefile cmt/src/makefile
2--- cmt.orig/src/makefile 2002-12-19 21:52:51.000000000 +0100
3+++ cmt/src/makefile 2003-06-19 17:13:15.000000000 +0200
4@@ -5,15 +5,15 @@
5 # Change this if you want to install somewhere else. In particularly
6 # you may wish to remove the middle "local/" part.
7
8-INSTALL_PLUGINS_DIR = /usr/local/lib/ladspa/
9+INSTALL_PLUGINS_DIR = /usr/lib/ladspa/
10
11 ###############################################################################
12 #
13 # GENERAL
14 #
15
16-INCLUDES = -I/usr/local/include/
17-CFLAGS = $(INCLUDES) -Wall -Werror -O3 -fPIC
18+INCLUDES = -I/usr/include/
19+CFLAGS = $(INCLUDES) -Wall -Werror -fPIC $(OPTFLAGS)
20 CXXFLAGS = $(CFLAGS)
21 PLUGIN_LIB = ../plugins/cmt.so
22
23@@ -74,7 +74,7 @@
24
25 install: $(PLUGIN_LIB)
26 -strip $(PLUGIN_LIB)
27- cp $(PLUGIN_LIB) $(INSTALL_PLUGINS_DIR)
28+ cp $(PLUGIN_LIB) $(DESTDIR)$(INSTALL_PLUGINS_DIR)
29
30 test: /tmp/test.wav ../../ladspa_sdk/snd/noise.wav always
31 @echo ---------------------------------------------
This page took 0.110874 seconds and 4 git commands to generate.