]> git.pld-linux.org Git - packages/ladspa-tap-plugins.git/blob - ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch
- updated for 0.6.0
[packages/ladspa-tap-plugins.git] / ladspa-tap-plugins-DESTDIR_OPTFLAGS.patch
1 diff -aurN tap-plugins-0.6.0.orig/Makefile tap-plugins-0.6.0/Makefile
2 --- tap-plugins-0.6.0.orig/Makefile     2004-06-22 13:55:39.000000000 +0200
3 +++ tap-plugins-0.6.0/Makefile  2004-07-23 19:11:40.163120488 +0200
4 @@ -23,8 +23,8 @@
5  # Change this if you want to install somewhere else. In particular
6  # you may wish to remove the middle "local/" part of the path.
7  
8 -INSTALL_PLUGINS_DIR    =       /usr/local/lib/ladspa/
9 -INSTALL_LRDF_DIR       =       /usr/local/share/ladspa/rdf/
10 +INSTALL_PLUGINS_DIR    =       $(DESTDIR)/usr/lib/ladspa/
11 +INSTALL_LRDF_DIR       =       $(DESTDIR)/usr/share/ladspa/rdf/
12  
13  # NO EDITING below this line is required
14  # if all you want to do is install and use the plugins.
15 @@ -35,7 +35,7 @@
16  # GENERAL
17  
18  CC             =       gcc
19 -CFLAGS         =       -I. -O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
20 +CFLAGS         =       -I. $(OPTFLAGS) -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
21  LDFLAGS                =       -nostartfiles -shared -Wl,-Bsymbolic -lc -lm -lrt
22  
23  PLUGINS                =       tap_autopan.so \
This page took 0.027594 seconds and 3 git commands to generate.