diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-01-19 10:23:28 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-01-19 10:23:28 +0000 |
commit | 5889439354e523aa04aa00ea7d143407e0bf298b (patch) | |
tree | 7dc3d5b3c3fd8ea22110a232168d83159fc77a04 /www/firefox | |
parent | 7980d18b43e8a5d48371b2d238909b151f774248 (diff) | |
download | pkgsrc-5889439354e523aa04aa00ea7d143407e0bf298b.tar.gz |
Fix build with recent g++/complex on NetBSD current
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-config_system-headers | 18 |
2 files changed, 15 insertions, 7 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 402acf24e13..dd0158fc7e5 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.229 2016/01/09 05:48:48 ryoon Exp $ +$NetBSD: distinfo,v 1.230 2016/01/19 10:23:28 ryoon Exp $ SHA1 (firefox-43.0.4.source.tar.xz) = fe5296371adcd38806b73edc7b662f3c9eac5eb4 RMD160 (firefox-43.0.4.source.tar.xz) = 57d061348e65f7467d96eb4551272abc92b13aeb @@ -19,7 +19,7 @@ SHA1 (patch-config_external_moz.build) = fa4f350b077f5c4a1d7a07d123c635bd9c7f1f7 SHA1 (patch-config_rules.mk) = d7f7060b246092eae3d7a792e43b14e462a37abd SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1 SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b -SHA1 (patch-config_system-headers) = 364bf8907325a3dbf61298c5aa2aae407acaa56b +SHA1 (patch-config_system-headers) = be43281daef1617618b6c33f669f393972920de0 SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491 SHA1 (patch-dom_base_DOMRequest.cpp) = b934991e8ad03c3785e4c7d197b42f697571ec09 SHA1 (patch-dom_base_moz.build) = 8b59c33958b7037c4c051742c64f1455096ced46 diff --git a/www/firefox/patches/patch-config_system-headers b/www/firefox/patches/patch-config_system-headers index 533f1b329c4..b712a8225b4 100644 --- a/www/firefox/patches/patch-config_system-headers +++ b/www/firefox/patches/patch-config_system-headers @@ -1,8 +1,8 @@ -$NetBSD: patch-config_system-headers,v 1.15 2015/11/03 15:52:57 ryoon Exp $ +$NetBSD: patch-config_system-headers,v 1.16 2016/01/19 10:23:29 ryoon Exp $ ---- config/system-headers.orig 2015-10-22 22:30:30.000000000 +0000 +--- config/system-headers.orig 2016-01-06 00:44:00.000000000 +0000 +++ config/system-headers -@@ -626,6 +626,7 @@ libgnome/libgnome.h +@@ -627,6 +627,7 @@ libgnome/libgnome.h libgnomeui/gnome-icon-lookup.h libgnomeui/gnome-icon-theme.h libgnomeui/gnome-ui-init.h @@ -10,7 +10,15 @@ $NetBSD: patch-config_system-headers,v 1.15 2015/11/03 15:52:57 ryoon Exp $ lib$routines.h limits limits.h -@@ -1322,10 +1323,13 @@ vorbis/codec.h +@@ -721,6 +722,7 @@ mapiutil.h + mapix.h + Math64.h + math.h ++complex + mbstring.h + #ifdef ANDROID + media/AudioEffect.h +@@ -1324,10 +1326,13 @@ vorbis/codec.h theora/theoradec.h tremor/ivorbiscodec.h speex/speex_resampler.h @@ -24,7 +32,7 @@ $NetBSD: patch-config_system-headers,v 1.15 2015/11/03 15:52:57 ryoon Exp $ #endif gst/gst.h gst/app/gstappsink.h -@@ -1355,3 +1359,43 @@ unicode/utypes.h +@@ -1359,3 +1364,43 @@ unicode/utypes.h #endif libutil.h unwind.h |