Subject: Re: pkg/34106: 2006Q2 pkgsrc/mail/thunderbird won't compile on 3.99.21 current (gcc4)
To: None <gnats-bugs@NetBSD.org>
From: Gary Duzan <gary@duzan.org>
List: pkgsrc-bugs
Date: 08/02/2006 15:41:19
------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <8749.1154547618.1@duzan.org>

   The attached will fix it. Extract it, cd to mail/thunderbird,
and "make makepatchsum".

					Gary Duzan



------- =_aaaaaaaaaa0
Content-Type: text/plain; charset="us-ascii"
Content-ID: <8749.1154547618.2@duzan.org>

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mail/thunderbird/patches/patch-du
#
echo x - mail/thunderbird/patches/patch-du
sed 's/^X//' >mail/thunderbird/patches/patch-du << 'END-of-mail/thunderbird/patches/patch-du'
X$NetBSD$
X
X+++ mailnews/mime/src/mimeeobj.h	2006-07-29 16:51:57.000000000 -0400
X@@ -54,7 +54,7 @@ struct MimeExternalObjectClass {
X   MimeLeafClass leaf;
X };
X 
X-extern MimeExternalObjectClass mimeExternalObjectClass;
X+extern "C" MimeExternalObjectClass mimeExternalObjectClass;
X 
X struct MimeExternalObject {
X   MimeLeaf leaf;
END-of-mail/thunderbird/patches/patch-du
exit


------- =_aaaaaaaaaa0--