libGL: broken on armv6 and i686

This commit is contained in:
Enno Boland 2017-05-11 09:41:29 +02:00
parent f74407e5e8
commit 9580bd355d
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ homepage="http://www.mesa3d.org/"
license="MIT, LGPL-2.1"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=cf234a6ed4764673886b6661553b54675776ef0898f774716173cec890ac3b17
case "$XBPS_TARGET_MACHINE" in
armv6*) broken=https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2613/steps/shell_3/logs/stdio
i686*) broken=https://build.voidlinux.eu/builders/i686_builder/builds/2596/steps/shell_3/logs/stdio
;;
esac
hostmakedepends="
automake libtool flex pkg-config llvm python-Mako libxml2-python $(vopt_if wayland wayland-devel)"