From fe5dd23cdff10c41f4862a5bedfcdd9a2025fae0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 22 Mar 2019 14:09:03 -0300 Subject: [PATCH] calligra: broken on aarch64* --- srcpkgs/calligra/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/calligra/template b/srcpkgs/calligra/template index 66a563be38d..ca2fc47fbb0 100644 --- a/srcpkgs/calligra/template +++ b/srcpkgs/calligra/template @@ -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