diff options
-rw-r--r-- | www-client/firefox/firefox-37.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-37.0.2.ebuild b/www-client/firefox/firefox-37.0.2.ebuild index f218266..ea5770c 100644 --- a/www-client/firefox/firefox-37.0.2.ebuild +++ b/www-client/firefox/firefox-37.0.2.ebuild @@ -246,7 +246,7 @@ src_configure() { # force jit - switched to config option instead #mozconfig_annotate '' --enable-ion # workaround for arm config missing graphics - mozconfig_annotate '' --enable-skia + use arm && mozconfig_annotate '' --enable-skia # Allow for a proper pgo build if use pgo; then |