Ice: broken on aarch64.

This commit is contained in:
Christian Neukirchen 2016-10-07 22:02:01 +02:00
parent 5b3cbed69c
commit f773459125

View File

@ -12,6 +12,11 @@ license="GPL-2, ICE"
distfiles="${homepage}/download/Ice/${version%.*}/${pkgname}-${version}.tar.gz"
checksum=989e51194c6adadbd156da3288e37bad847b93b3b876502e83033b70493af392
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/739/steps/shell_3/logs/stdio";;
esac
if [ "$CROSS_BUILD" ]; then
# Cross build requires the host's slice2cpp and slice2freeze
hostmakedepends+=" Ice"