From 58c5d42ff4c73e23fc526c42fcdbe22c36509933 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 7 Jan 2019 19:55:14 -0200 Subject: [PATCH] texstudio: unbreak on aarch64* --- srcpkgs/texstudio/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/texstudio/template b/srcpkgs/texstudio/template index 369052ff1c3..5aebe0e428e 100644 --- a/srcpkgs/texstudio/template +++ b/srcpkgs/texstudio/template @@ -27,6 +27,5 @@ fi case "$XBPS_TARGET_MACHINE" in aarch64*) - configure_args+=" NO_CRASH_HANDLER=true" - broken="Currently blocking the builder";; + configure_args+=" NO_CRASH_HANDLER=true" ;; esac