diff options
author | David Demelier <markand@malikania.fr> | 2020-04-17 15:31:20 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-26 19:27:49 +0000 |
commit | cf860b62aba90886d68d4bbe4db4dacc1e907620 (patch) | |
tree | e64dc710dd4abc48efe2496cf1a2a34777ae123c /unmaintained/ladspa/fallback-ladspa-path.patch | |
parent | cd957617ffe46637698464f855fb876d0c6288db (diff) | |
download | aports-cf860b62aba90886d68d4bbe4db4dacc1e907620.tar.bz2 aports-cf860b62aba90886d68d4bbe4db4dacc1e907620.tar.xz |
testing/ladspa: take ownership
While here, cleanup and upgrade.
Diffstat (limited to 'unmaintained/ladspa/fallback-ladspa-path.patch')
-rw-r--r-- | unmaintained/ladspa/fallback-ladspa-path.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/unmaintained/ladspa/fallback-ladspa-path.patch b/unmaintained/ladspa/fallback-ladspa-path.patch deleted file mode 100644 index a0a3c43a36..0000000000 --- a/unmaintained/ladspa/fallback-ladspa-path.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -upr ladspa_sdk.orig/src/load.c ladspa_sdk/src/load.c ---- ./load.c 2012-09-26 07:37:24.000000000 +0300 -+++ ./load.c 2012-09-26 07:38:58.000000000 +0300 -@@ -54,6 +54,8 @@ dlopenLADSPA(const char * pcFilename, in - to search. */ - - pcLADSPAPath = getenv("LADSPA_PATH"); -+ if (! pcLADSPAPath) -+ pcLADSPAPath = "/usr/lib/ladspa"; - - if (pcLADSPAPath) { - -diff -upr ladspa_sdk.orig/src/search.c ladspa_sdk/src/search.c ---- ./search.c 2012-09-26 07:37:24.000000000 +0300 -+++ ./search.c 2012-09-26 07:38:46.000000000 +0300 -@@ -99,10 +99,7 @@ LADSPAPluginSearch(LADSPAPluginSearchCal - - pcLADSPAPath = getenv("LADSPA_PATH"); - if (!pcLADSPAPath) { -- fprintf(stderr, -- "Warning: You do not have a LADSPA_PATH " -- "environment variable set.\n"); -- return; -+ pcLADSPAPath = "/usr/lib/ladspa"; - } - - pcStart = pcLADSPAPath; |