From 0f3703ea64c2e1aca43e459946ac1a384c82ea9f Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 18:04:16 +0100 Subject: [PATCH] polyml: broken on ppc*-musl --- srcpkgs/polyml/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/polyml/template b/srcpkgs/polyml/template index 6e4aa52f520..10a5a9590b4 100644 --- a/srcpkgs/polyml/template +++ b/srcpkgs/polyml/template @@ -24,4 +24,8 @@ distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" checksum=6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf nocross=yes +case "$XBPS_TARGET_MACHINE" in + ppc*-musl) broken="Segmentation Fault";; +esac + # Since this is a compiler, no -devel package.