From 8a241965b2ab5667a9ade05b66f02847fd716c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 3 Jan 2017 15:43:30 +0100 Subject: [PATCH] simgear: broken for aarch64-musl (ICE) --- srcpkgs/simgear/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/simgear/template b/srcpkgs/simgear/template index f027d6d5bd8..cc225700be5 100644 --- a/srcpkgs/simgear/template +++ b/srcpkgs/simgear/template @@ -17,3 +17,9 @@ checksum=5514fd0006bbfcdbdc0e2dab7da41eae491ea03a6246cc6a009590032b2fc1dc # Suppress warnings regarding auto_ptr CXXFLAGS="-Wno-deprecated-declarations" + +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) + broken="ICE: http://build.voidlinux.eu/builders/aarch64-musl_builder/builds/29/steps/shell_3/logs/stdio" + ;; +esac