efl: mark broken on musl cross

This commit is contained in:
Eivind Uggedal 2015-08-07 06:49:54 +00:00
parent 520ddf517e
commit cbecee0450

View file

@ -19,6 +19,10 @@ license="BSD"
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.gz"
checksum=2552e364e83b8b747ba6f6fcca699a025751a65407055faa9a2afce29d12b6f4
case "$XBPS_TARGET_MACHINE" in
armv[67]l-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2807/steps/shell_3/logs/stdio";;
esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" automake gettext-devel libtool efl-devel"
configure_args+=" --with-eolian-cxx=/usr/bin/eolian_cxx"