mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
swi-prolog: enable cross
This commit is contained in:
parent
01d11a4938
commit
d606c08bc6
1 changed files with 8 additions and 1 deletions
|
@ -16,4 +16,11 @@ homepage="http://www.swi-prolog.org/"
|
||||||
changelog="http://www.swi-prolog.org/ChangeLog?branch=stable"
|
changelog="http://www.swi-prolog.org/ChangeLog?branch=stable"
|
||||||
distfiles="http://www.swi-prolog.org/download/stable/src/swipl-${version}.tar.gz"
|
distfiles="http://www.swi-prolog.org/download/stable/src/swipl-${version}.tar.gz"
|
||||||
checksum=abb81b55ac5f2c90997c0005b1f15b74ed046638b64e784840a139fe21d0a735
|
checksum=abb81b55ac5f2c90997c0005b1f15b74ed046638b64e784840a139fe21d0a735
|
||||||
nocross="uses TRY_RUN() to test features"
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv7l*) broken="https://travis-ci.org/void-linux/void-packages/jobs/510224384";;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
hostmakedepends+=" qemu-user-static"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue