darktable: set broken on aarch64

This commit is contained in:
John 2019-10-30 11:15:43 +01:00
parent f02a3441aa
commit 47da0ffd00
1 changed files with 2 additions and 1 deletions

View File

@ -25,5 +25,6 @@ distfiles="https://github.com/darktable-org/darktable/releases/download/release-
checksum=a518999c8458472edfc04577026ce5047d74553052af0f52d10ba8ce601b78f0
case "$XBPS_TARGET_MACHINE" in
ppc64le*) configure_args+=" -DUSE_OPENCL=OFF"
ppc64le*) configure_args+=" -DUSE_OPENCL=OFF" ;;
aarch64*) broken="https://build.voidlinux.org/builders/aarch64_builder/builds/22479/steps/shell_3/logs/stdio" ;;
esac