pick: musl broken

This commit is contained in:
Michael Gehring 2017-09-21 16:26:36 +00:00
parent 06067a54ff
commit 208435ce15

View File

@ -12,6 +12,10 @@ homepage="https://github.com/calleerlandsson/pick/"
distfiles="https://github.com/calleerlandsson/pick/archive/v${version}.tar.gz"
checksum=ae842a99e64f3a22f4806e8dca6706a7c6487bdc1fb6506e6437b1c542704e7d
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/4769/steps/shell_3/logs/stdio" ;;
esac
pre_configure() {
./autogen.sh
}