From b5d785748f916090c16f9312517ef87628c2567f Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 20 Oct 2016 20:46:01 -0400 Subject: [PATCH] freecad: broken on aarch64 --- srcpkgs/freecad/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/freecad/template b/srcpkgs/freecad/template index 7b56175f479..44ce3784feb 100644 --- a/srcpkgs/freecad/template +++ b/srcpkgs/freecad/template @@ -33,6 +33,10 @@ homepage="http://freecadweb.org/" distfiles="https://github.com/FreeCAD/FreeCAD/archive/${version}.tar.gz" checksum=6cc71ab4b0dc60b493d3aaa4b42f1ce1af9d4fcd539309ab0792804579e18e09 +case "${XBPS_TARGET_MACHINE}" in + aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1402";; +esac + post_install() { # AppHomePath is computed with binary's realpath: