aboutsummaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-src_tX__ladspa.cc
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /audio/terminatorx/files/patch-src_tX__ladspa.cc
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
Notes
Diffstat (limited to 'audio/terminatorx/files/patch-src_tX__ladspa.cc')
-rw-r--r--audio/terminatorx/files/patch-src_tX__ladspa.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__ladspa.cc b/audio/terminatorx/files/patch-src_tX__ladspa.cc
new file mode 100644
index 000000000000..a7e9dc7ef5fe
--- /dev/null
+++ b/audio/terminatorx/files/patch-src_tX__ladspa.cc
@@ -0,0 +1,13 @@
+--- src/tX_ladspa.cc.orig 2011-01-30 21:01:31 UTC
++++ src/tX_ladspa.cc
+@@ -45,8 +45,8 @@ void LADSPA_Plugin :: init ()
+ ladspa_path_ptr=getenv("LADSPA_PATH");
+
+ if (!ladspa_path_ptr) {
+- tX_warning("LADSPA_PATH not set. Trying /usr/lib/ladspa:/usr/local/lib/ladspa");
+- strcpy(ladspa_path, "/usr/lib/ladspa:/usr/local/lib/ladspa");
++ tX_warning("LADSPA_PATH not set. Trying %%LOCALBASE%%/lib/ladspa");
++ strcpy(ladspa_path, "%%LOCALBASE%%/lib/ladspa");
+ }
+ else strncpy(ladspa_path, ladspa_path_ptr, sizeof(ladspa_path));
+