summaryrefslogtreecommitdiff
path: root/www/openjdk7-icedtea-plugin/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/openjdk7-icedtea-plugin/patches/patch-ae')
-rw-r--r--www/openjdk7-icedtea-plugin/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/openjdk7-icedtea-plugin/patches/patch-ae b/www/openjdk7-icedtea-plugin/patches/patch-ae
deleted file mode 100644
index 4514de3b306..00000000000
--- a/www/openjdk7-icedtea-plugin/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2009/10/14 11:39:25 tnn Exp $
-
---- plugin/icedteanp/IcedTeaNPPlugin.cc.orig 2009-10-07 10:48:00.000000000 +0200
-+++ plugin/icedteanp/IcedTeaNPPlugin.cc
-@@ -1916,7 +1920,7 @@ NP_Initialize (NPNetscapeFuncs* browserT
- pluginTable->version = (NP_VERSION_MAJOR << 8) + NP_VERSION_MINOR;
- pluginTable->size = sizeof (NPPluginFuncs);
-
--#if MOZILLA_VERSION_COLLAPSED < 1090200
-+#if MOZILLA_VERSION_COLLAPSED < 1090100
- pluginTable->newp = NewNPP_NewProc (GCJ_New);
- pluginTable->destroy = NewNPP_DestroyProc (GCJ_Destroy);
- pluginTable->setwindow = NewNPP_SetWindowProc (GCJ_SetWindow);