mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
mit-scheme-c: broken on ppc*-musl
This commit is contained in:
parent
f9a24f3fb4
commit
d9815d8a24
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue