We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064e3df commit 28ca675Copy full SHA for 28ca675
1 file changed
srcpkgs/rocksndiamonds/template
@@ -14,6 +14,9 @@ distfiles="http://www.artsoft.org/RELEASES/unix/${pkgname}/${pkgname}-${version}
14
checksum=40658f923b9efa9116476abe8427fb65596b2015cf845dd83a4d8c3de1a32e5b
15
16
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
20
21
do_build() {
22
CFLAGS+=" -DTARGET_SDL2"
0 commit comments