summaryrefslogtreecommitdiffstats
path: root/main/icedtea-web/const-char-np_getmimedescription.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-07 08:57:36 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-07 08:58:15 +0000
commit1e7296f571ac31c7c6492fb62c3e9ac748902819 (patch)
treee7bed1001302b5d6cd34050403201770d5f7556e /main/icedtea-web/const-char-np_getmimedescription.patch
parent084579fbf40e7e1a0aa6fb623769e28a967a55ad (diff)
downloadaports-1e7296f571ac31c7c6492fb62c3e9ac748902819.tar.bz2
aports-1e7296f571ac31c7c6492fb62c3e9ac748902819.tar.xz
main/icedtea-web: upgrade to 1.1.5
Diffstat (limited to 'main/icedtea-web/const-char-np_getmimedescription.patch')
-rw-r--r--main/icedtea-web/const-char-np_getmimedescription.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/icedtea-web/const-char-np_getmimedescription.patch b/main/icedtea-web/const-char-np_getmimedescription.patch
deleted file mode 100644
index 0194db169..000000000
--- a/main/icedtea-web/const-char-np_getmimedescription.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./plugin/icedteanp/IcedTeaNPPlugin.cc.orig
-+++ ./plugin/icedteanp/IcedTeaNPPlugin.cc
-@@ -2262,7 +2262,7 @@
-
- // Returns a string describing the MIME type that this plugin
- // handles.
--char*
-+const char*
- NP_GetMIMEDescription ()
- {
- PLUGIN_DEBUG ("NP_GetMIMEDescription\n");