commit:     3ed8ea07fa27d92c58414975fe4cb19b753c68e2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 21:24:21 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 21:24:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed8ea07

www-client/firefox: convert neon flag for arm cpu

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-client/firefox/firefox-68.3.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-client/firefox/firefox-68.3.0.ebuild 
b/www-client/firefox/firefox-68.3.0.ebuild
index 8c9aed8335d..34e4cce040c 100644
--- a/www-client/firefox/firefox-68.3.0.ebuild
+++ b/www-client/firefox/firefox-68.3.0.ebuild
@@ -52,8 +52,8 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 SLOT="0"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
 IUSE="bindist clang cpu_flags_x86_avx2 dbus debug eme-free geckodriver
-       +gmp-autoupdate hardened hwaccel jack lto neon pgo pulseaudio
-       +screenshot selinux startup-notification +system-av1
+       +gmp-autoupdate hardened hwaccel jack lto cpu_flags_arm_neon
+       pgo pulseaudio +screenshot selinux startup-notification +system-av1
        +system-harfbuzz +system-icu +system-jpeg +system-libevent
        +system-sqlite +system-libvpx +system-webp test wayland wifi"
 
@@ -455,7 +455,7 @@ src_configure() {
        fi
 
        # Modifications to better support ARM, bug 553364
-       if use neon ; then
+       if use cpu_flags_arm_neon ; then
                mozconfig_annotate '' --with-fpu=neon
 
                if ! tc-is-clang ; then
@@ -464,6 +464,7 @@ src_configure() {
                        mozconfig_annotate '' --with-thumb-interwork=no
                fi
        fi
+
        if [[ ${CHOST} == armv*h* ]] ; then
                mozconfig_annotate '' --with-float-abi=hard
                if ! use system-libvpx ; then

Reply via email to