From 5aec1d7ab411e13134b6a42483b34d1be1d0db5e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Apr 2023 10:56:05 +0200 Subject: blacklisted libjxl on i686 and i486 --- community/libjxl/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'community') 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. -- cgit v1.2.3-54-g00ecf