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