commit: 65e762bf0b9c329d71a0d5be606fb1f0210ff721
Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 01:18:30 2016 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Jan 11 01:18:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=65e762bf
Apply same intl-api fix to mozconfig-v6.44
eclass/mozconfig-v6.44.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/mozconfig-v6.44.eclass b/eclass/mozconfig-v6.44.eclass
index 8af9bab..fa3c968 100644
--- a/eclass/mozconfig-v6.44.eclass
+++ b/eclass/mozconfig-v6.44.eclass
@@ -265,6 +265,7 @@ mozconfig_config() {
mozconfig_annotate 'Gentoo default to honor system linker'
--disable-gold
mozconfig_annotate 'Gentoo default' --disable-skia
mozconfig_annotate '' --disable-gconf
+ mozconfig_annotate '' --with-intl-api
# default toolkit is cairo-gtk2, optional use flags can change this
local toolkit="cairo-gtk2"
@@ -320,7 +321,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
# Modifications to better support ARM, bug 553364