rocksndiamonds: broken for arm* for now

This commit is contained in:
Jürgen Buchmüller 2020-01-06 18:42:34 +01:00
parent 064e3dfd7c
commit 28ca675a65

View file

@ -14,6 +14,9 @@ distfiles="http://www.artsoft.org/RELEASES/unix/${pkgname}/${pkgname}-${version}
checksum=40658f923b9efa9116476abe8427fb65596b2015cf845dd83a4d8c3de1a32e5b
LDFLAGS="-lz"
case "$XBPS_TARGET_MACHINE" in
arm*) broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/23388/steps/shell_3/logs/stdio";;
esac
do_build() {
CFLAGS+=" -DTARGET_SDL2"