Skip to content

Commit 28ca675

Browse files
committed
rocksndiamonds: broken for arm* for now
1 parent 064e3df commit 28ca675

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

srcpkgs/rocksndiamonds/template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ distfiles="http://www.artsoft.org/RELEASES/unix/${pkgname}/${pkgname}-${version}
1414
checksum=40658f923b9efa9116476abe8427fb65596b2015cf845dd83a4d8c3de1a32e5b
1515

1616
LDFLAGS="-lz"
17+
case "$XBPS_TARGET_MACHINE" in
18+
arm*) broken="https://build.voidlinux.org/builders/armv6l-musl_builder/builds/23388/steps/shell_3/logs/stdio";;
19+
esac
1720

1821
do_build() {
1922
CFLAGS+=" -DTARGET_SDL2"

0 commit comments

Comments
 (0)