From 3d821bda33aac5cf4212db02d78bcfe41e7ac359 Mon Sep 17 00:00:00 2001 From: asau Date: Tue, 20 Dec 2011 13:19:00 +0000 Subject: Build fix: pass stricter compiler checks. --- www/icedtea-web/distinfo | 3 ++- .../patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc (limited to 'www') diff --git a/www/icedtea-web/distinfo b/www/icedtea-web/distinfo index cafbf5487d1..50c48029010 100644 --- a/www/icedtea-web/distinfo +++ b/www/icedtea-web/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/08/21 23:01:22 tnn Exp $ +$NetBSD: distinfo,v 1.2 2011/12/20 13:19:00 asau Exp $ SHA1 (61e08e67b176.tar.bz2) = 3db5488f3c0ea1b9c83a74632d300d8717c9b478 RMD160 (61e08e67b176.tar.bz2) = c0dd67a6ae982f09b3675c164b5decab4f7e140f Size (61e08e67b176.tar.bz2) = 609340 bytes +SHA1 (patch-plugin_icedteanp_IcedTeaNPPlugin.cc) = 09b11790a418aca59aa9de47f6e0d000faf579b4 diff --git a/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc b/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc new file mode 100644 index 00000000000..bbfa71c3a23 --- /dev/null +++ b/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc @@ -0,0 +1,13 @@ +$NetBSD: patch-plugin_icedteanp_IcedTeaNPPlugin.cc,v 1.1 2011/12/20 13:19:00 asau Exp $ + +--- plugin/icedteanp/IcedTeaNPPlugin.cc.orig 2011-08-17 16:01:19.000000000 +0000 ++++ plugin/icedteanp/IcedTeaNPPlugin.cc +@@ -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"); -- cgit v1.2.3