From c0e0c035f6fe24d2ebebec70d495d061e57fdc2c Mon Sep 17 00:00:00 2001 From: q66 Date: Mon, 30 Nov 2020 04:41:10 +0100 Subject: [PATCH] fsharp: doesn't build on/for ppc --- srcpkgs/fsharp/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/fsharp/template b/srcpkgs/fsharp/template index 2f8df9d02f..74654d0559 100644 --- a/srcpkgs/fsharp/template +++ b/srcpkgs/fsharp/template @@ -19,3 +19,7 @@ lib32disabled=yes if [ "$XBPS_LIBC" = musl ]; then broken="mono crash on sgen-stw.c:69, not able to found stack_end" fi + +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="ftbfs, unsupported" ;; +esac