From 0219186dfcd923cb58576f09d75eb56a19639f1a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 6 Aug 2018 21:31:13 -0300 Subject: [PATCH] EmulationStation: mark as broken on aarch64* --- srcpkgs/EmulationStation/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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() {