pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/34106: 2006Q2 pkgsrc/mail/thunderbird won't compile on 3.99.21 current (gcc4)
The following reply was made to PR pkg/34106; it has been noted by GNATS.
From: Kenneth Freidank <kennethcf%earthlink.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/34106: 2006Q2 pkgsrc/mail/thunderbird won't compile on 3.99.21
current (gcc4)
Date: Fri, 04 Aug 2006 00:21:53 -0500
Thanks Gary ! Thunderbird compiled and works with the following added
patch file "patch-du" to the patches directory.
Gary Duzan wrote:
> The attached will fix it. ....cd to mail/thunderbird,
> and "make makepatchsum".
>
> Gary Duzan
>
patch file starts here...thanks Gary!
>
> $NetBSD$
>
> --- mailnews/mime/src/mimeeobj.h.orig 2006-07-29 16:51:42.000000000
> -0400
> +++ mailnews/mime/src/mimeeobj.h 2006-07-29 16:51:57.000000000 -0400
> @@ -54,7 +54,7 @@ struct MimeExternalObjectClass {
> MimeLeafClass leaf;
> };
>
> -extern MimeExternalObjectClass mimeExternalObjectClass;
> +extern "C" MimeExternalObjectClass mimeExternalObjectClass;
>
> struct MimeExternalObject {
> MimeLeaf leaf;
>
Home |
Main Index |
Thread Index |
Old Index