From 15668631595b4f548de05157b1d4bce52cbf032b Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 5 Jan 2020 21:53:32 +0100 Subject: [PATCH] polyml: only works on ppc64le/glibc --- srcpkgs/polyml/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/polyml/template b/srcpkgs/polyml/template index 10a5a9590b4..864f5f85209 100644 --- a/srcpkgs/polyml/template +++ b/srcpkgs/polyml/template @@ -24,8 +24,10 @@ distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz" checksum=6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf nocross=yes +# broken on musl and big endian ppc case "$XBPS_TARGET_MACHINE" in - ppc*-musl) broken="Segmentation Fault";; + ppc64le) ;; + ppc*) broken="Segmentation Fault";; esac # Since this is a compiler, no -devel package.