diff --git a/srcpkgs/EmulationStation/template b/srcpkgs/EmulationStation/template index fd89ffdccdf..f35b9fd6e0b 100644 --- a/srcpkgs/EmulationStation/template +++ b/srcpkgs/EmulationStation/template @@ -10,12 +10,16 @@ short_desc="Flexible emulator front-end" maintainer="Enno Boland " license="MIT" homepage="https://github.com/RetroPie/EmulationStation" -distfiles="https://github.com/RetroPie/EmulationStation/archive/v$version.tar.gz" +distfiles="https://github.com/RetroPie/EmulationStation/archive/v${version}.tar.gz" checksum=07415511cc5abf36ba2e35d97bd2f651947040bcc8af9cffc491724a19afb214 +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="/usr/aarch64-linux-musl/usr/lib/libfreeimage.so: undefined reference to png_init_filter_functions_neon" ;; +esac + pre_configure() { rm -rf external/pugixml - git clone https://github.com/zeux/pugixml.git external/pugixml + git clone https://github.com/zeux/pugixml.git external/pugixml } post_install() {