diff options
author | asau <asau@pkgsrc.org> | 2011-12-20 13:19:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-12-20 13:19:00 +0000 |
commit | 3d821bda33aac5cf4212db02d78bcfe41e7ac359 (patch) | |
tree | 2d3b9bb77948ad119d36a062dd4be189b9390dcc /www | |
parent | 998dcc8322d29510443521fb59ea135ee197d723 (diff) | |
download | pkgsrc-3d821bda33aac5cf4212db02d78bcfe41e7ac359.tar.gz |
Build fix: pass stricter compiler checks.
Diffstat (limited to 'www')
-rw-r--r-- | www/icedtea-web/distinfo | 3 | ||||
-rw-r--r-- | www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc | 13 |
2 files changed, 15 insertions, 1 deletions
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"); |