cinnamon-desktop: mark as broken on aarch64-musl

This commit is contained in:
maxice8 2018-08-20 08:20:35 -03:00
parent 9c667fbc49
commit 0f04dcd7dd
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B

View File

@ -15,6 +15,10 @@ homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=239c8a210de18468919d9cbc379535e55628559e396cb321100ccab4ee0d04d0
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="Expat.c: loadable library and perl binaries are mismatched (got handshake key 0xce00080, needed 0xc800080)" ;;
esac
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"