SOURCES: mozilla-thunderbird-gcc.patch (NEW) - fixed compilation u...
aflinta
aflinta at pld-linux.org
Sat Jul 8 18:58:58 CEST 2006
Author: aflinta Date: Sat Jul 8 16:58:58 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fixed compilation using GCC 4.1.x
---- Files affected:
SOURCES:
mozilla-thunderbird-gcc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/mozilla-thunderbird-gcc.patch
diff -u /dev/null SOURCES/mozilla-thunderbird-gcc.patch:1.1
--- /dev/null Sat Jul 8 18:58:58 2006
+++ SOURCES/mozilla-thunderbird-gcc.patch Sat Jul 8 18:58:53 2006
@@ -0,0 +1,22 @@
+--- mozilla/mailnews/mime/src/mimeeobj.h.old 2006-07-08 18:15:56.999551250 +0200
++++ mozilla/mailnews/mime/src/mimeeobj.h 2006-07-08 18:01:07.000000000 +0200
+@@ -40,6 +40,10 @@
+
+ #include "mimeleaf.h"
+
++#ifdef __cplusplus
++extern "C" {
++#endif /* __cplusplus */
++
+ /* The MimeExternalObject class represents MIME parts which contain data
+ which cannot be displayed inline -- application/octet-stream and any
+ other type that is not otherwise specially handled. (This is not to
+@@ -60,4 +64,8 @@
+ MimeLeaf leaf;
+ };
+
++#ifdef __cplusplus
++}
++#endif /* __cplusplus */
++
+ #endif /* _MIMEEOBJ_H_ */
================================================================
More information about the pld-cvs-commit
mailing list