From 198b7ab4e294a84c99ba63077596ec924d1b385e Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 31 Dec 2017 04:29:14 -0500 Subject: [PATCH] tasknc: broken test on musl --- srcpkgs/tasknc/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/tasknc/template b/srcpkgs/tasknc/template index 75977d5ea44..fa975aad36c 100644 --- a/srcpkgs/tasknc/template +++ b/srcpkgs/tasknc/template @@ -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 }