summaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-src_tX_ladspa.cc
diff options
context:
space:
mode:
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, 0 insertions, 13 deletions
diff --git a/audio/terminatorx/files/patch-src_tX_ladspa.cc b/audio/terminatorx/files/patch-src_tX_ladspa.cc
deleted file mode 100644
index 56ba8e4ecc17..000000000000
--- a/audio/terminatorx/files/patch-src_tX_ladspa.cc
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/tX_ladspa.cc.orig Tue Aug 19 02:36:40 2003
-+++ src/tX_ladspa.cc Sat Aug 23 04:37:18 2003
-@@ -44,8 +44,8 @@
- 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 strcpy(ladspa_path, ladspa_path_ptr);
-