aboutsummaryrefslogtreecommitdiff
path: root/audio/terminatorx/files/patch-src_tX__global.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/terminatorx/files/patch-src_tX__global.c')
-rw-r--r--audio/terminatorx/files/patch-src_tX__global.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__global.c b/audio/terminatorx/files/patch-src_tX__global.c
new file mode 100644
index 000000000000..990d98831e29
--- /dev/null
+++ b/audio/terminatorx/files/patch-src_tX__global.c
@@ -0,0 +1,11 @@
+--- src/tX_global.c.orig 2011-01-30 21:01:31 UTC
++++ src/tX_global.c
+@@ -127,7 +127,7 @@ void set_global_defaults() {
+ #endif
+ globals.use_stdout_cmdline=0;
+ strcpy(globals.current_path, "");
+- strcpy(globals.lrdf_path, "/usr/share/ladspa/rdf:/usr/local/share/ladspa/rdf");
++ strcpy(globals.lrdf_path, "%%LOCALBASE%%/share/ladspa/rdf");
+ globals.fullscreen_enabled=0;
+ globals.confirm_events=0;
+ globals.compress_set_files=0;