diff -r a6a2360bc1bd -r 08307c08d990 MozillaFirefox/MozillaFirefox.spec --- a/MozillaFirefox/MozillaFirefox.spec Thu May 17 22:15:44 2018 +0200 +++ b/MozillaFirefox/MozillaFirefox.spec Sat May 26 10:38:19 2018 +0200 @@ -156,10 +156,10 @@ Patch9: mozilla-i586-DecoderDoctorLogger.patch Patch10: mozilla-i586-domPrefs.patch Patch11: mozilla-enable-csd.patch +Patch12: mozilla-fix-skia-aarch64.patch # Firefox/browser Patch101: firefox-kde.patch Patch102: firefox-branded-icons.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): coreutils shared-mime-info desktop-file-utils Requires(postun): shared-mime-info desktop-file-utils @@ -271,6 +271,7 @@ %patch10 -p1 %endif %patch11 -p1 +%patch12 -p1 # Firefox %patch101 -p1 %patch102 -p1 @@ -383,7 +384,7 @@ ac_add_options --with-arch=armv7-a %endif %endif -%ifarch %arm s390x +%ifarch aarch64 %arm s390x ac_add_options --disable-webrtc %endif EOF