commit: 05a9bbab3b0f6eac53b144c5e739c987e7e91ab0
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 21:52:23 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 21:52:23 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=05a9bbab
www-client/firefox: Fix fpu option for neon
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
www-client/firefox/firefox-71.0_beta11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-client/firefox/firefox-71.0_beta11.ebuild
b/www-client/firefox/firefox-71.0_beta11.ebuild
index 835df72..667a63b 100644
--- a/www-client/firefox/firefox-71.0_beta11.ebuild
+++ b/www-client/firefox/firefox-71.0_beta11.ebuild
@@ -461,7 +461,7 @@ src_configure() {
# Modifications to better support ARM, bug 553364
if use cpu_flags_arm_neon ; then
- mozconfig_annotate '' --with-fpu=cpu_flags_arm_neon
+ mozconfig_annotate '' --with-fpu=neon
if ! tc-is-clang ; then
# thumb options aren't supported when using clang, bug
666966