diff --git a/srcpkgs/rtmpdump/template b/srcpkgs/rtmpdump/template index 057a6743faa..6b7023ded83 100644 --- a/srcpkgs/rtmpdump/template +++ b/srcpkgs/rtmpdump/template @@ -11,6 +11,9 @@ homepage="http://rtmpdump.mplayerhq.hu/" license="GPL-2, LGPL-2.1" distfiles="http://dev.gentoo.org/~hwoarang/distfiles/${pkgname}-${version%.*}_p${_patchlevel}.tar.gz" checksum=d6da3b683f1045f02d94a81b0c583318dba021f69bdab970c5d5d73e8c38860f +case "$XBPS_TARGET_MACHINE" in + aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1409/steps/shell_3/logs/stdio" ;; +esac CFLAGS="-Wno-unused-const-variable -Wno-unused-but-set-variable"