pkgsrc/audio/jack-rack/patches/patch-af
bjs 0ab7317830 Import jack-rack-1.4.7.
JACK Rack is a LADSPA effects rack for the JACK audio API.  It uses
GTK+ 2 (and optionally GNOME 2) for the GUI, and also understands LRDF
XML descriptions of LADSPA plugins.
2008-08-19 20:32:12 +00:00

13 lines
440 B
Text

$NetBSD: patch-af,v 1.1.1.1 2008/08/19 20:32:12 bjs Exp $
--- src/plugin_mgr.c.orig 2007-11-18 08:13:49.000000000 -0500
+++ src/plugin_mgr.c
@@ -206,7 +206,7 @@ plugin_mgr_get_path_plugins (ui_t * ui,
ladspa_path = g_strdup (getenv ("LADSPA_PATH"));
if (!ladspa_path)
- ladspa_path = g_strdup ("/usr/local/lib/ladspa:/usr/lib/ladspa");
+ ladspa_path = g_strdup (LADSPA_PATH);
dir = strtok (ladspa_path, ":");
do