Blob Blame History Raw
diff -Nur audacity-src-1.3.5-beta-orig/src/effects/ladspa/LoadLadspa.cpp audacity-src-1.3.5-beta/src/effects/ladspa/LoadLadspa.cpp
--- audacity-src-1.3.5-beta-orig/src/effects/ladspa/LoadLadspa.cpp	2008-05-07 23:19:50.000000000 +0200
+++ audacity-src-1.3.5-beta/src/effects/ladspa/LoadLadspa.cpp	2008-11-04 14:21:26.000000000 +0100
@@ -92,8 +92,8 @@
 
    #ifdef __WXGTK__
    wxGetApp().AddUniquePathToPathList(wxT(INSTALL_PREFIX) wxT("/ladspa"), pathList);
-   wxGetApp().AddUniquePathToPathList(wxT("/usr/local/lib/ladspa"), pathList);
-   wxGetApp().AddUniquePathToPathList(wxT("/usr/lib/ladspa"), pathList);
+   wxGetApp().AddUniquePathToPathList(wxT("/usr/local/__RPM_LIB__/ladspa"), pathList);
+   wxGetApp().AddUniquePathToPathList(wxT("__RPM_LIBDIR__/ladspa"), pathList);
    #endif
 
    #ifdef __WXMAC__