mit-scheme-c: broken on ppc*-musl

This commit is contained in:
q66 2020-01-02 18:03:41 +01:00
parent f9a24f3fb4
commit d9815d8a24

View file

@ -15,6 +15,10 @@ alternatives="
"
nocross="Tries to build parts of the package with itself"
case "$XBPS_TARGET_MACHINE" in
ppc*-musl) broken="Fails to link";;
esac
do_build() {
etc/make-liarc.sh --prefix=/usr
}