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-03-25 15:57:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2023-03-25 15:57:49 +0100
commit36be429f329311889ff2db5091e776e9a3a92ae7 (patch)
tree50b8ae6d681d04d7cc73ce3c89eff397997ddbac /community
parent48901ec3c9b24fa10a43af44db1491fa3d77b557 (diff)
community/libjxl: tried to build without gimp and java on i486 (cycles)
Diffstat (limited to 'community')
-rw-r--r--community/libjxl/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/libjxl/PKGBUILD b/community/libjxl/PKGBUILD
new file mode 100644
index 00000000..76cf8eb1
--- /dev/null
+++ b/community/libjxl/PKGBUILD
@@ -0,0 +1,8 @@
+if [ "${CARCH}" = "i486" ]; then
+ # Java broken on i486 temporarily
+ makedepends=(${makedepends[@]//java-environment/})
+
+ # break circle with gimp
+ makedepends=(${makedepends[@]//gimp/})
+fi
+