yoshimi: broken on musl.

This commit is contained in:
Juan RP 2016-04-30 10:13:10 +02:00
parent 741971eecd
commit 875e0de9ff
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@ license="GPL-3"
homepage="http://yoshimi.sourceforge.net"
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
checksum=386fff21f5bbcf8165fd3623c4a9857f13571ffc2cdf54f5b6d89bd6f179e085
nocross=yes
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/10648/steps/shell_3/logs/stdio";;
esac
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"