mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
nodejs: broken on ppc32
This commit is contained in:
parent
099252d981
commit
c105293cca
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ if [ "$XBPS_WORDSIZE" -ne "$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
nocross="host and target must have the same pointer size"
|
nocross="host and target must have the same pointer size"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="Node 12.x does not support 32-bit ppc" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# v8 requires libatomic on ppc*/s390x/mips*
|
# v8 requires libatomic on ppc*/s390x/mips*
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
mips*|ppc*) makedepends+=" libatomic-devel" ;;
|
mips*|ppc*) makedepends+=" libatomic-devel" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue