openmw: broken on big endian

[ci skip]
This commit is contained in:
q66 2019-10-07 01:51:18 +02:00 committed by John Zimmermann
parent 29ec4179ff
commit def550029f

View file

@ -16,8 +16,11 @@ changelog="https://openmw.org/2018/openmw-0-44-0-released/"
distfiles="https://gitlab.com/OpenMW/openmw/-/archive/openmw-${version}/openmw-openmw-${version}.tar.gz"
checksum=b63cf971f406ef5f28019f65e9e2bd9641a227459ede45d147562917f67e1c64
if [ "$XBPS_TARGET_ENDIAN" != "le" ]; then
broken="https://gitlab.com/OpenMW/openmw/issues/564"
fi
case "${XBPS_TARGET_MACHINE}" in
mips | mips-musl ) broken="https://bugs.openmw.org/issues/564" ;;
arm*) broken="https://travis-ci.org/Johnnynator/void-packages/jobs/308902351" ;;
esac