sbcl: broken on musl

This commit is contained in:
Enno Boland 2018-05-02 16:22:35 +02:00
parent a1abea23fe
commit 9b23f85cd0
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -3,6 +3,10 @@ pkgname=sbcl
version=1.4.7
revision=1
only_for_archs="i686 x86_64 x86_64-musl armv7l aarch64"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken=https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/9674/steps/shell_3/logs/stdio ;;
esac
hostmakedepends="iana-etc"
makedepends="zlib-devel"
conf_files="/etc/sbclrc"