tasknc: broken test on musl

This commit is contained in:
Toyam Cox 2017-12-31 04:29:14 -05:00
parent f7061e8549
commit 198b7ab4e2

View file

@ -16,6 +16,11 @@ homepage="https://github.com/lharding/tasknc"
distfiles="https://github.com/lharding/tasknc/archive/${_hash}.tar.gz"
checksum=40b7386b1d066b74bd217c76cfdce13f14589223206584a5e2acb931291ade42
case "${XBPS_TARGET_MACHINE}" in
*-musl) broken="src/test.c:170:12: error: assignment of read-only variable 'stdout'";;
*) ;;
esac
post_install() {
vlicense LICENSE
}