summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-plugins/gecko-mediaplayer/files/gecko-mediaplayer-0.9.6-xul.patch')
-rw-r--r--www-plugins/gecko-mediaplayer/files/gecko-mediaplayer-0.9.6-xul.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/www-plugins/gecko-mediaplayer/files/gecko-mediaplayer-0.9.6-xul.patch b/www-plugins/gecko-mediaplayer/files/gecko-mediaplayer-0.9.6-xul.patch
deleted file mode 100644
index 073c611df8a9..000000000000
--- a/www-plugins/gecko-mediaplayer/files/gecko-mediaplayer-0.9.6-xul.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Upstreamized patch wrt http://bugs.gentoo.org/attachment.cgi?id=273059
-Fixes race condition where two different xulrunners are installed, and
-old headers get picked up by mistake.
-
---- src/plugin_setup.cpp-old 2009-06-09 19:48:33.518153163 -0500
-+++ src/plugin_setup.cpp 2009-06-09 19:48:12.522163011 -0500
-@@ -362,7 +362,7 @@
-
- }
-
-- nperror = NPN_GetValue (instance->mInstance, NPNVSupportsWindowless, &supportsWindowless);
-+ nperror = NPN_GetValue (instance->mInstance, (NPNVariable) 17 /* NPNVSupportsWindowless */, &supportsWindowless);
- supportsWindowless = (nperror == NPERR_NO_ERROR) && supportsWindowless;
- if (instance->windowless) {
- if (supportsWindowless) {
-