$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
