Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libjxl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libjxl/PKGBUILD')
-rw-r--r--community/libjxl/PKGBUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/libjxl/PKGBUILD b/community/libjxl/PKGBUILD
deleted file mode 100644
index 29fb0241..00000000
--- a/community/libjxl/PKGBUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-if [ "${CARCH}" = "i486" ]; then
- # Java broken on i486 temporarily
- makedepends=(${makedepends[@]//java-environment/})
- eval "$(
- declare -f build | \
- sed '
- s/-DJPEGXL_INSTALL_JARDIR='.*'//
- '
- )"
-
- # break circle with gimp
- 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.
-
-# they fail in various waus
-unset check