EmulationStation: mark as broken on aarch64*
This commit is contained in:
parent
e1d22ce45b
commit
0219186dfc
1 changed files with 6 additions and 2 deletions
|
@ -10,12 +10,16 @@ short_desc="Flexible emulator front-end"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/RetroPie/EmulationStation"
|
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
|
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() {
|
pre_configure() {
|
||||||
rm -rf external/pugixml
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue