summaryrefslogtreecommitdiff
path: root/extra/icedtea-web
diff options
context:
space:
mode:
Diffstat (limited to 'extra/icedtea-web')
-rw-r--r--extra/icedtea-web/icedtea-web-1.1.4-npapi-fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/icedtea-web/icedtea-web-1.1.4-npapi-fix.patch b/extra/icedtea-web/icedtea-web-1.1.4-npapi-fix.patch
deleted file mode 100644
index 79ca0a6c0..000000000
--- a/extra/icedtea-web/icedtea-web-1.1.4-npapi-fix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up ./plugin/icedteanp/IcedTeaNPPlugin.cc.sav ./plugin/icedteanp/IcedTeaNPPlugin.cc
---- ./plugin/icedteanp/IcedTeaNPPlugin.cc.sav 2011-11-08 17:27:29.046520865 -0500
-+++ ./plugin/icedteanp/IcedTeaNPPlugin.cc 2011-11-08 17:27:40.469611421 -0500
-@@ -2262,7 +2262,7 @@ NP_Initialize (NPNetscapeFuncs* browserT
-
- // Returns a string describing the MIME type that this plugin
- // handles.
--char*
-+const char*
- NP_GetMIMEDescription ()
- {
- PLUGIN_DEBUG ("NP_GetMIMEDescription\n");