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 /www/firefox24 | |
parent | 7944c5bffbce7585262254bce0f3af9ea7e7bb4b (diff) | |
download | pkgsrc-0fa828caf90d919a9165e4d3422c965630a0a24a.tar.gz |
Fix build with recent include/g++/complex on NetBSD current
Diffstat (limited to 'www/firefox24')
-rw-r--r-- | www/firefox24/distinfo | 4 | ||||
-rw-r--r-- | www/firefox24/patches/patch-config_system-headers | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/www/firefox24/distinfo b/www/firefox24/distinfo index 9d6cf225149..4b42b31ff43 100644 --- a/www/firefox24/distinfo +++ b/www/firefox24/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.16 2015/11/04 02:46:53 agc Exp $ +$NetBSD: distinfo,v 1.17 2016/01/20 22:14:13 ryoon Exp $ SHA1 (firefox-24.8.1esr.source.tar.bz2) = 304c8791306e5868b5cb3bec6e2bac9f7b490e32 RMD160 (firefox-24.8.1esr.source.tar.bz2) = 0b8701c2ef601c01646b618e5da2b3cbb1b87e33 @@ -23,7 +23,7 @@ SHA1 (patch-config_Makefile.in) = 57384964be7af2a65443534dfd18729c3ae951ec SHA1 (patch-config_baseconfig.mk) = 1b47c82736d3c38e34b507138cf91268f4bc9e82 SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1 SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b -SHA1 (patch-config_system-headers) = 3537ca4f7f54743266a47757488bf7cab78047ea +SHA1 (patch-config_system-headers) = e3dc9456ccd3f799b5aaddd8d51bee8ae762770d SHA1 (patch-content_media_gstreamer_GStreamerFormatHelper.cpp) = 450d8202977ef30e75166372fe405c0908450641 SHA1 (patch-content_svg_content_src_SVGComponentTransferFunctionElement.h) = 071420d63fa106da305c8c1c3fa18899e011254e SHA1 (patch-content_svg_content_src_nsSVGFilters.cpp) = f5c52c32418044c99d00c73ede33ecfe631d3a8c diff --git a/www/firefox24/patches/patch-config_system-headers b/www/firefox24/patches/patch-config_system-headers index 45415024484..a5e0f811863 100644 --- a/www/firefox24/patches/patch-config_system-headers +++ b/www/firefox24/patches/patch-config_system-headers @@ -1,4 +1,4 @@ -$NetBSD: patch-config_system-headers,v 1.2 2015/09/15 20:57:14 joerg Exp $ +$NetBSD: patch-config_system-headers,v 1.3 2016/01/20 22:14:13 ryoon Exp $ --- config/system-headers.orig 2014-09-24 02:53:26.000000000 +0000 +++ config/system-headers @@ -18,7 +18,15 @@ $NetBSD: patch-config_system-headers,v 1.2 2015/09/15 20:57:14 joerg Exp $ ftglyph.h ftsynth.h ftoutln.h -@@ -1145,3 +1147,14 @@ kvm.h +@@ -644,6 +646,7 @@ mapiutil.h + mapix.h + Math64.h + math.h ++complex + mbstring.h + mem.h + memory +@@ -1145,3 +1148,14 @@ kvm.h spawn.h err.h xlocale.h |