conky: broken on musl too.

This commit is contained in:
Juan RP 2016-07-23 08:58:28 +02:00
parent cbe7b07da3
commit b21779bf4f

View file

@ -20,6 +20,10 @@ homepage="http://conky.sourceforge.net/"
distfiles="https://github.com/brndnmtthws/${pkgname}/archive/v${version}.tar.gz"
checksum=ed61ffb3be9fd24965d40401c7d54553e732038f3da2e03454915779384f59b4
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/12864/steps/shell_3/logs/stdio";;
esac
post_extract() {
sed -i \
-e '1iinclude(CheckIncludeFile)' \