diff --git a/srcpkgs/fsharp/template b/srcpkgs/fsharp/template index 2f8df9d02fb..74654d05599 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