easyrpg-player: broken for arm*

There's still a conflict between rpi-userland-devel and libglvnd-devel
which both try to install /usr/lib/pkgconfig/{egl,glesv2}.pc files
This commit is contained in:
Jürgen Buchmüller 2020-01-23 19:52:39 +01:00
parent f9d7e4d88e
commit 187531b819

View file

@ -15,6 +15,11 @@ homepage="https://github.com/EasyRPG/Player"
distfiles="https://github.com/EasyRPG/Player/archive/${version}.tar.gz"
checksum=e5220203bbd03c2e5078c47309004796b7fdaddc850fa8406b889b2fe29d9ee2
case "$XBPS_TARGET_MACHINE" in
arm*) # broken because of rpi-userland-devel vs. libglvnd-devel
broken="https://build.voidlinux.org/builders/armv7l_builder/builds/22382/steps/shell_3/logs/stdio";;
esac
pre_configure() {
autoreconf -i
}