easyrpg-player: fixed for arm*

This commit is contained in:
Jürgen Buchmüller 2020-01-24 16:09:54 +01:00
parent eff4b83d99
commit efc40ca8eb
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@ 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
}