Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/libjxl/PKGBUILD
blob: e8c1c65cf849178b57a8077a248373800c76766a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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