Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040639
en ru br
ALT Linux repos
S:115.2.2-alt1
5.0: 2.0.0.21-alt0.M50.3
4.1: 2.0.0.21-alt0.M41.1
4.0: 2.0.0.21-alt0.M40.1
3.0: 1.0.6-alt2.1
+updates:1.0.8-alt0.M30.1

Group :: Networking/Mail
RPM: thunderbird

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: thunderbird-gcc-4.1-fix.patch
Download


--- mozilla/mailnews/mime/src/mimeeobj.h.fix11	2006-08-20 17:25:54 +0400
+++ mozilla/mailnews/mime/src/mimeeobj.h	2006-08-20 17:26:03 +0400
@@ -49,15 +49,15 @@
 
 typedef struct MimeExternalObjectClass MimeExternalObjectClass;
 typedef struct MimeExternalObject      MimeExternalObject;
 
 struct MimeExternalObjectClass {
   MimeLeafClass leaf;
 };
 
-extern MimeExternalObjectClass mimeExternalObjectClass;
+extern "C" MimeExternalObjectClass mimeExternalObjectClass;
 
 struct MimeExternalObject {
   MimeLeaf leaf;
 };
 
 #endif /* _MIMEEOBJ_H_ */
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin