summaryrefslogtreecommitdiffstats
path: root/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp
blob: 2670c229d1b1d3b5e60eb2b5242f95da164422af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- WebCore/plugins/PluginDatabase.cpp.orig 2008-11-02 03:12:05.000000000 +0800
+++ WebCore/plugins/PluginDatabase.cpp  2009-05-19 15:09:51.000000000 +0800
@@ -283,6 +283,7 @@ Vector<String> PluginDatabase::defaultPl
     userPluginPath.append(String("/.netscape/plugins"));
     paths.append(userPluginPath);
 
+    paths.append("%%BROWSER_PLUGINS_DIR%%");
     paths.append("/usr/lib/browser/plugins");
     paths.append("/usr/local/lib/mozilla/plugins");
     paths.append("/usr/lib/firefox/plugins");