From 28ca675a65d87221e1874002abe313168bccdcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 6 Jan 2020 18:42:34 +0100 Subject: [PATCH] rocksndiamonds: broken for arm* for now --- srcpkgs/rocksndiamonds/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/rocksndiamonds/template b/srcpkgs/rocksndiamonds/template index ca81f91f86d..e018b0e6d8f 100644 --- a/srcpkgs/rocksndiamonds/template +++ b/srcpkgs/rocksndiamonds/template @@ -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"