evolution-data-server: temporary broken to fix buildorder on aarch64-musl

This commit is contained in:
Enno Boland 2019-01-23 08:05:02 +01:00
parent 331c979829
commit 92bc8eee52
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -18,6 +18,10 @@ changelog="https://raw.githubusercontent.com/GNOME/evolution-data-server/gnome-3
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=de9cc30bdfaeff9dea561d7d1d43f31dfd24d0fdf3c231cfd3a9fc4f00e514c9
case "$XBPS_TARGET_MACHINE" in
` aarch64-musl) broken="Temporary broken to fix build order"
esac
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"