diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-01-20 22:14:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-01-20 22:14:13 +0000 |
commit | 0fa828caf90d919a9165e4d3422c965630a0a24a (patch) | |
tree | 1308e5f80af4d22bca62a2b89936d44fdb30b20f /mail/thunderbird | |
parent | 7944c5bffbce7585262254bce0f3af9ea7e7bb4b (diff) | |
download | pkgsrc-0fa828caf90d919a9165e4d3422c965630a0a24a.tar.gz |
Fix build with recent include/g++/complex on NetBSD current
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/distinfo | 4 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-mozilla_config_system-headers | 20 |
2 files changed, 16 insertions, 8 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 929438fe996..9f6759d9868 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.169 2015/12/23 12:55:02 ryoon Exp $ +$NetBSD: distinfo,v 1.170 2016/01/20 22:14:13 ryoon Exp $ SHA1 (thunderbird-38.5.0.source.tar.bz2) = 75ae57e7ae018a07a55ce4402ae9f88e7867559f RMD160 (thunderbird-38.5.0.source.tar.bz2) = 649fbff7746387024b1bc87ad5d6cd24407344f4 @@ -40,7 +40,7 @@ SHA1 (patch-mozilla_config_baseconfig.mk) = e8594d03d0db21e0731d85dcdb38ab9c465e SHA1 (patch-mozilla_config_external_moz.build) = ee26e7573fe6d6c7f6e8497d8d1f928174ce4a36 SHA1 (patch-mozilla_config_stl__wrappers_ios) = 066a9f3db9203afa8131b2ff91d212033e5950e0 SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 67559c5ab17088680b86dea6b081a48b781f59b5 -SHA1 (patch-mozilla_config_system-headers) = 2d0cbe3a87577551c6f9e1ddac20be7f271f808a +SHA1 (patch-mozilla_config_system-headers) = dd93fa354f79a320735063792fdcc87cf44bde75 SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = 32d4ab3fbf80bf19783dab7c4a875a7262f419cf SHA1 (patch-mozilla_dom_base_moz.build) = dce93f4c00bb662d5c702b442ee169bb8888237d SHA1 (patch-mozilla_dom_events_MessageEvent.h) = 677c3531230147baf260aca9e39d7a04b2a7c673 diff --git a/mail/thunderbird/patches/patch-mozilla_config_system-headers b/mail/thunderbird/patches/patch-mozilla_config_system-headers index 4aada0d4491..08fe5a5277e 100644 --- a/mail/thunderbird/patches/patch-mozilla_config_system-headers +++ b/mail/thunderbird/patches/patch-mozilla_config_system-headers @@ -1,6 +1,6 @@ -$NetBSD: patch-mozilla_config_system-headers,v 1.7 2015/12/23 12:55:02 ryoon Exp $ +$NetBSD: patch-mozilla_config_system-headers,v 1.8 2016/01/20 22:14:13 ryoon Exp $ ---- mozilla/config/system-headers.orig 2015-08-13 14:57:14.000000000 +0000 +--- mozilla/config/system-headers.orig 2015-12-21 22:32:58.000000000 +0000 +++ mozilla/config/system-headers @@ -189,7 +189,6 @@ asm/signal.h ASRegistry.h @@ -10,7 +10,7 @@ $NetBSD: patch-mozilla_config_system-headers,v 1.7 2015/12/23 12:55:02 ryoon Exp atlcom.h atlconv.h atlctl.cpp -@@ -636,6 +636,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h +@@ -638,6 +637,7 @@ libgnomevfs/gnome-vfs-mime-handlers.h libgnomevfs/gnome-vfs-mime-utils.h libgnomevfs/gnome-vfs-ops.h libgnomevfs/gnome-vfs-standard-callbacks.h @@ -18,7 +18,15 @@ $NetBSD: patch-mozilla_config_system-headers,v 1.7 2015/12/23 12:55:02 ryoon Exp lib$routines.h limits limits.h -@@ -1266,7 +1267,6 @@ X11/Xlocale.h +@@ -732,6 +732,7 @@ mapiutil.h + mapix.h + Math64.h + math.h ++complex + mbstring.h + #ifdef ANDROID + media/AudioEffect.h +@@ -1268,7 +1269,6 @@ X11/Xlocale.h X11/Xos.h X11/Xutil.h zmouse.h @@ -26,7 +34,7 @@ $NetBSD: patch-mozilla_config_system-headers,v 1.7 2015/12/23 12:55:02 ryoon Exp #if MOZ_NATIVE_PNG==1 png.h #endif -@@ -1328,10 +1328,13 @@ vorbis/codec.h +@@ -1330,10 +1330,13 @@ vorbis/codec.h theora/theoradec.h tremor/ivorbiscodec.h speex/speex_resampler.h @@ -40,7 +48,7 @@ $NetBSD: patch-mozilla_config_system-headers,v 1.7 2015/12/23 12:55:02 ryoon Exp #endif gst/gst.h gst/app/gstappsink.h -@@ -1360,3 +1363,43 @@ unicode/utypes.h +@@ -1362,3 +1365,43 @@ unicode/utypes.h #endif libutil.h unwind.h |