mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
polyml: broken on ppc*-musl
This commit is contained in:
parent
fcf6782102
commit
0f3703ea64
1 changed files with 4 additions and 0 deletions
|
@ -24,4 +24,8 @@ distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf
|
checksum=6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*-musl) broken="Segmentation Fault";;
|
||||||
|
esac
|
||||||
|
|
||||||
# Since this is a compiler, no -devel package.
|
# Since this is a compiler, no -devel package.
|
||||||
|
|
Loading…
Add table
Reference in a new issue