openra: won't build on big endian
This commit is contained in:
parent
818310a31f
commit
448a32896e
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue