ytnef: aarch64-musl broken

This commit is contained in:
Michael Gehring 2017-01-06 03:57:25 +00:00
parent ae42a1b68f
commit 714970af68

View File

@ -11,6 +11,10 @@ homepage="https://github.com/Yeraze/ytnef"
distfiles="https://github.com/Yeraze/ytnef/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=388bc35afe41adfb84d62ed1222da93b7ed6244f0cef8e563fb2fd33bbc412c7
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/97/steps/shell_3/logs/stdio" ;;
esac
pre_configure() {
./autogen.sh
}