From dca1b50035150f9b52a24f31713c8cee517730e2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 1 Jan 2019 16:39:45 -0200 Subject: [PATCH] texstudio: aarch64 broken --- srcpkgs/texstudio/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index 85626e6fcb0..369052ff1c3 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -21,10 +21,12 @@ desc_option_phonon="build with phonon support" desc_option_poppler="build with poppler (=internal pdf preview)" build_options_default="phonon poppler" -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" ${makedepends}" fi case "$XBPS_TARGET_MACHINE" in - aarch64*) configure_args+=" NO_CRASH_HANDLER=true" ;; + aarch64*) + configure_args+=" NO_CRASH_HANDLER=true" + broken="Currently blocking the builder";; esac