calligra: broken on aarch64*

This commit is contained in:
maxice8 2019-03-22 14:09:03 -03:00
parent 9ae5c66e28
commit fe5dd23cdf
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -36,6 +36,10 @@ if [ "$CROSS_BUILD" ]; then
configure_args+=" -DMODERN_ICONV_RUN=1 -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
fi
case "$XBPS_TARGET_MACHINE" in
aarch64*) broken=yes ;;
esac
# cmake doesn't detect the functions correctly
pre_build() {
case $XBPS_TARGET_MACHINE in