conky: broken on musl too.
This commit is contained in:
parent
cbe7b07da3
commit
b21779bf4f
1 changed files with 4 additions and 0 deletions
|
@ -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)' \
|
||||
|
|
Loading…
Reference in a new issue