[webkitgtk4] Add missing patch

Tomas Popela tpopela at fedoraproject.org
Mon Aug 25 09:30:54 UTC 2014


commit 3f87003b039423d703a84dd27606f52a78dcdf6c
Author: Tomas Popela <tpopela at redhat.com>
Date:   Mon Aug 25 11:30:35 2014 +0200

    Add missing patch

 webkit-1.1.14-nspluginwrapper.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/webkit-1.1.14-nspluginwrapper.patch b/webkit-1.1.14-nspluginwrapper.patch
new file mode 100644
index 0000000..0d3aa27
--- /dev/null
+++ b/webkit-1.1.14-nspluginwrapper.patch
@@ -0,0 +1,12 @@
+--- webkit-1.1.17/Source/WebCore/plugins/PluginDatabase.cpp.old	2009-12-01 15:22:10.000000000 +0000
++++ webkit-1.1.17/Source/WebCore/plugins/PluginDatabase.cpp	2009-12-01 15:22:21.000000000 +0000
+@@ -357,6 +357,9 @@ Vector<String> PluginDatabase::defaultPl
+     paths.append("/usr/lib64/mozilla/plugins");
+     paths.append("/usr/lib/nsbrowser/plugins");
+     paths.append("/usr/lib64/nsbrowser/plugins");
++    /* And for nspluginwrapper */
++    paths.append("/usr/lib64/mozilla/plugins-wrapped");
++    paths.append("/usr/lib/mozilla/plugins-wrapped");
+ 
+     String mozHome(getenv("MOZILLA_HOME"));
+     mozHome.append("/plugins");


More information about the scm-commits mailing list