pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/mozilla fix the build for gcc-4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/978317d81f53
branches:  trunk
changeset: 517300:978317d81f53
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue Aug 08 02:51:07 2006 +0000

description:
fix the build for gcc-4.

diffstat:

 www/mozilla/distinfo         |   3 ++-
 www/mozilla/patches/patch-cp |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (38 lines):

diff -r 4baba67b3d39 -r 978317d81f53 www/mozilla/distinfo
--- a/www/mozilla/distinfo      Mon Aug 07 23:54:56 2006 +0000
+++ b/www/mozilla/distinfo      Tue Aug 08 02:51:07 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.90 2006/06/06 18:28:45 ghen Exp $
+$NetBSD: distinfo,v 1.91 2006/08/08 02:51:07 christos Exp $
 
 SHA1 (mozilla-1.7.13/mozilla-1.7.13-source.tar.bz2) = c506df44c18cd8a481fdd65328bf8abeba2e423e
 RMD160 (mozilla-1.7.13/mozilla-1.7.13-source.tar.bz2) = 4360b48c8930dc427f6010c57abb8b2d0c855761
@@ -47,3 +47,4 @@
 SHA1 (patch-cm) = 2a347bcf5814816539835caf65dd888f71ceea20
 SHA1 (patch-cn) = e9cb26ee724c044491cc1b02d6eeb59b50769edf
 SHA1 (patch-co) = 2d0c80d7f6df59c5c12f559f1c409a82e057959d
+SHA1 (patch-cp) = 976cb208a3c5e4d4aa451d4e03d6e9bb64cad35a
diff -r 4baba67b3d39 -r 978317d81f53 www/mozilla/patches/patch-cp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/mozilla/patches/patch-cp      Tue Aug 08 02:51:07 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-cp,v 1.1 2006/08/08 02:51:07 christos Exp $
+
+--- mailnews/mime/src/mimeeobj.h.orig  2001-09-28 16:07:42.000000000 -0400
++++ mailnews/mime/src/mimeeobj.h       2006-08-07 22:18:49.000000000 -0400
+@@ -47,6 +47,8 @@
+    message/external-object MIME type only.)
+  */
+ 
++extern "C" {
++
+ typedef struct MimeExternalObjectClass MimeExternalObjectClass;
+ typedef struct MimeExternalObject      MimeExternalObject;
+ 
+@@ -60,4 +62,6 @@
+   MimeLeaf leaf;
+ };
+ 
++};
++
+ #endif /* _MIMEEOBJ_H_ */



Home | Main Index | Thread Index | Old Index