openra: won't build on big endian

This commit is contained in:
q66 2020-01-05 22:17:10 +01:00
parent 818310a31f
commit 448a32896e

View file

@ -18,6 +18,9 @@ homepage="http://www.openra.net"
distfiles="https://github.com/OpenRA/OpenRA/archive/release-${version}.tar.gz"
checksum=062827a98d22f4479019e4ff0e9f693c214e44590827801f92bfb77df442f0dd
if [ "$XBPS_ENDIAN" = "be" ]; then
broken="Fails to build"
fi
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" lua51 libgdiplus"