Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-02 10:56:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-02 10:56:05 +0200
commit5aec1d7ab411e13134b6a42483b34d1be1d0db5e (patch)
tree8cc920ef274a83c7b2291d034c3f8c8e8b8288c8 /community
parent52a8e1eb00d1f201179c40e084d86028b91fd071 (diff)
blacklisted libjxl on i686 and i486
Diffstat (limited to 'community')
-rw-r--r--community/libjxl/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/libjxl/PKGBUILD b/community/libjxl/PKGBUILD
index e8c1c65c..fffb4ebb 100644
--- a/community/libjxl/PKGBUILD
+++ b/community/libjxl/PKGBUILD
@@ -12,3 +12,6 @@ if [ "${CARCH}" = "i486" ]; then
makedepends=(${makedepends[@]//gimp/})
fi
+# blacklisted on i486 and i686 as I don't really know how to switch
+# off SSE2 in this mess. It builds on i686 in a chroot on AMD64 but
+# wrongly tests positive for SSE2.