mgba: armv[67] broken

This commit is contained in:
Michael Gehring 2017-10-02 11:02:12 +00:00
parent 2332124cac
commit b0b1e7d4a8

View file

@ -14,6 +14,11 @@ homepage="https://www.mgba.io/"
distfiles="https://github.com/mgba-emu/${pkgname}/archive/${version}.tar.gz"
checksum=7c78feb0aa12930b993ca1b220d282ed178e306621559e48bb168623030eb876
case "$XBPS_TARGET_MACHINE" in
# SDL2/libbcm_host.so
armv[67]*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/5249/steps/shell_3/logs/stdio";;
esac
subpackages="libmgba"
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" qt5-multimedia-devel"