summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhavner2004-10-05 00:00:29 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit3e42c23f6549df23a24fa693437670eab74e6f9f (patch)
tree9d70c6ac5e0255dd6119467d588abc6abf6b35d0
parent8942ea709dd9b55d8077a4be915ee2160dd7a3fb (diff)
downloadladspa-rev-plugins-AC-branch.zip
ladspa-rev-plugins-AC-branch.tar.gz
Changed files: ladspa-rev-plugins-misc_fixes.patch -> 1.2
-rw-r--r--ladspa-rev-plugins-misc_fixes.patch35
1 files changed, 21 insertions, 14 deletions
diff --git a/ladspa-rev-plugins-misc_fixes.patch b/ladspa-rev-plugins-misc_fixes.patch
index 0827e83..872e36e 100644
--- a/ladspa-rev-plugins-misc_fixes.patch
+++ b/ladspa-rev-plugins-misc_fixes.patch
@@ -1,24 +1,31 @@
-diff -aurN REV-plugins-0.2.1.orig/ladspaplugin.h REV-plugins-0.2.1/ladspaplugin.h
---- REV-plugins-0.2.1.orig/ladspaplugin.h 2003-12-01 21:18:18.000000000 +0100
-+++ REV-plugins-0.2.1/ladspaplugin.h 2004-01-08 19:22:34.413123984 +0100
-@@ -21,7 +21,7 @@
- #define __LADSPAPLUGIN_H
-
-
--#include "ladspa.h" // use local version
-+#include <ladspa.h>
+diff -ur REV-plugins-0.2.1.orig/Makefile REV-plugins-0.2.1/Makefile
+--- REV-plugins-0.2.1.orig/Makefile 2003-12-01 21:18:18.000000000 +0100
++++ REV-plugins-0.2.1/Makefile 2004-10-05 01:58:21.267530256 +0200
+@@ -1,5 +1,6 @@
+ CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O2
++INSTALL_PLUGINS_DIR=/usr/lib/ladspa
-diff -aurN REV-plugins-0.2.1.orig/Makefile REV-plugins-0.2.1/Makefile
---- REV-plugins-0.2.1.orig/Makefile 2003-12-01 21:18:18.000000000 +0100
-+++ REV-plugins-0.2.1/Makefile 2004-01-08 19:22:11.786563744 +0100
-@@ -13,7 +13,7 @@
+ all: g2reverb.so
+@@ -13,7 +14,7 @@
install:
- cp *.so /usr/lib/ladspa
-+ cp *.so $(DESTDIR)/usr/lib/ladspa
++ cp *.so $(DESTDIR)$(INSTALL_PLUGINS_DIR)
DIR := $(shell basename `pwd`)
+diff -ur REV-plugins-0.2.1.orig/ladspaplugin.h REV-plugins-0.2.1/ladspaplugin.h
+--- REV-plugins-0.2.1.orig/ladspaplugin.h 2003-12-01 21:18:18.000000000 +0100
++++ REV-plugins-0.2.1/ladspaplugin.h 2004-10-05 01:57:39.839828224 +0200
+@@ -21,7 +21,7 @@
+ #define __LADSPAPLUGIN_H
+
+
+-#include "ladspa.h" // use local version
++#include <ladspa.h>
+
+
+