Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/firefox/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-18 18:42:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-18 18:42:04 +0200
commitb5bd72a494367c8be09989235503bbdbc018cd81 (patch)
tree89c4e676653d32b79b67122a46d8f9df1f08751a /extra/firefox/PKGBUILD
parent9cdd5461faf257c973977b881f7ee2083baf852c (diff)
extra/firefox: added patch from Parabola for i686 SIMD removal
Diffstat (limited to 'extra/firefox/PKGBUILD')
-rw-r--r--extra/firefox/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/firefox/PKGBUILD b/extra/firefox/PKGBUILD
index b5dc7982..172abdf7 100644
--- a/extra/firefox/PKGBUILD
+++ b/extra/firefox/PKGBUILD
@@ -248,3 +248,14 @@ eval "$(
$ i patch -p1 -i "$srcdir/fix-i686-build-moz-1792159.patch"
'
)"
+
+# from Parabola (thanks go to bill-auger)
+source+=('fix-i686-xsimd-incomplete.patch')
+sha256sums+=('c3ce181fbb0142055aa6dd17f3cda2ba6a1e54d7a689a8c6e9cce76aa40e6544')
+b2sums+=('3e6fd4cebe0fd4c250ccf5b04e12b93e5f4cc2d139301316c987cc07a57b4b6b49b830d745520a82f5ac59da8d17f728a3ecce4dccf21804a2d6a256a6f76472')
+eval "$(
+ declare -f prepare | \
+ sed '
+ $ i patch -p1 -i "$srcdir/fix-i686-xsimd-incomplete.patch"
+ '
+)"