diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:30:57 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:30:57 +0100 |
commit | 14842b32b65c6ff3f93427d5762041acf17c77f4 (patch) | |
tree | ead979553fcc09bd0c3052188fa0e0c3f313fa03 /patches/patch-Source_WebCore_plugins_PluginDatabase_cpp |
Initial import of webkit 2.2.4 port
Diffstat (limited to 'patches/patch-Source_WebCore_plugins_PluginDatabase_cpp')
-rw-r--r-- | patches/patch-Source_WebCore_plugins_PluginDatabase_cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/patch-Source_WebCore_plugins_PluginDatabase_cpp b/patches/patch-Source_WebCore_plugins_PluginDatabase_cpp new file mode 100644 index 0000000..f03ce4b --- /dev/null +++ b/patches/patch-Source_WebCore_plugins_PluginDatabase_cpp @@ -0,0 +1,12 @@ +$OpenBSD: patch-Source_WebCore_plugins_PluginDatabase_cpp,v 1.2 2013/04/13 09:11:02 landry Exp $ +--- Source/WebCore/plugins/PluginDatabase.cpp.orig Sun Dec 16 11:24:45 2012 ++++ Source/WebCore/plugins/PluginDatabase.cpp Fri Mar 8 00:57:25 2013 +@@ -403,7 +403,7 @@ Vector<String> PluginDatabase::defaultPluginDirectorie + paths.append(userPluginPath); + + paths.append("/usr/lib/browser/plugins"); +- paths.append("/usr/local/lib/mozilla/plugins"); ++ paths.append("${LOCALBASE}/lib/mozilla/plugins"); + paths.append("/usr/lib/firefox/plugins"); + paths.append("/usr/lib64/browser-plugins"); + paths.append("/usr/lib/browser-plugins"); |