Ice: broken on aarch64.
This commit is contained in:
parent
5b3cbed69c
commit
f773459125
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue