diff options
Diffstat (limited to 'audio/terminatorx/files/patch-src_tX__global.c')
-rw-r--r-- | audio/terminatorx/files/patch-src_tX__global.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/audio/terminatorx/files/patch-src_tX__global.c b/audio/terminatorx/files/patch-src_tX__global.c deleted file mode 100644 index 696d672b82be..000000000000 --- a/audio/terminatorx/files/patch-src_tX__global.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tX_global.c.orig 2018-11-07 17:27:45 UTC -+++ src/tX_global.c -@@ -129,6 +129,7 @@ void set_global_defaults() { - 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; |