python3-pivy: broken on 32-bit ppc

[ci skip]
This commit is contained in:
q66 2019-10-11 16:15:18 +02:00 committed by Helmut Pozimski
parent 9dfd8cacf5
commit 3c98b5b898

View file

@ -15,6 +15,11 @@ distfiles="https://bitbucket.org/Coin3D/pivy/get/${version}.tar.gz"
checksum=2ee684dbf0f52c05b491c5423013fd82e679614bffee23641485248c8a790c4e
nocross="require coin-config script"
case "$XBPS_TARGET_MACHINE" in
ppc64*);;
ppc*) broken="{standard input}:3376761: Error: operand out of range";;
esac
post_extract() (
# use setup_old.py until have Coin with cmake support
mv -f setup_old.py setup.py