diff options
author | wiz <wiz> | 2011-12-21 13:09:31 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-12-21 13:09:31 +0000 |
commit | f20acdaf66c03d0326767867a996b89a006151aa (patch) | |
tree | 7479315f6add7fc7f9f7823f3f767627ce09687d /www/icedtea-web | |
parent | c4ef0f642513cb2928688fabc5195814e6e1f4fd (diff) | |
download | pkgsrc-f20acdaf66c03d0326767867a996b89a006151aa.tar.gz |
Add comment to patch.
Diffstat (limited to 'www/icedtea-web')
-rw-r--r-- | www/icedtea-web/distinfo | 4 | ||||
-rw-r--r-- | www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www/icedtea-web/distinfo b/www/icedtea-web/distinfo index 50c48029010..58ea91b3f84 100644 --- a/www/icedtea-web/distinfo +++ b/www/icedtea-web/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2011/12/20 13:19:00 asau Exp $ +$NetBSD: distinfo,v 1.3 2011/12/21 13:09:31 wiz Exp $ SHA1 (61e08e67b176.tar.bz2) = 3db5488f3c0ea1b9c83a74632d300d8717c9b478 RMD160 (61e08e67b176.tar.bz2) = c0dd67a6ae982f09b3675c164b5decab4f7e140f Size (61e08e67b176.tar.bz2) = 609340 bytes -SHA1 (patch-plugin_icedteanp_IcedTeaNPPlugin.cc) = 09b11790a418aca59aa9de47f6e0d000faf579b4 +SHA1 (patch-plugin_icedteanp_IcedTeaNPPlugin.cc) = 8d87811957d664e905586b2aca3413218bf2a8ed diff --git a/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc b/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc index bbfa71c3a23..7860a96f4f6 100644 --- a/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc +++ b/www/icedtea-web/patches/patch-plugin_icedteanp_IcedTeaNPPlugin.cc @@ -1,4 +1,6 @@ -$NetBSD: patch-plugin_icedteanp_IcedTeaNPPlugin.cc,v 1.1 2011/12/20 13:19:00 asau Exp $ +$NetBSD: patch-plugin_icedteanp_IcedTeaNPPlugin.cc,v 1.2 2011/12/21 13:09:31 wiz Exp $ + +Fix build with gcc-4.5. --- plugin/icedteanp/IcedTeaNPPlugin.cc.orig 2011-08-17 16:01:19.000000000 +0000 +++ plugin/icedteanp/IcedTeaNPPlugin.cc |