testing/fs-uae: disable on aarch64

configure: error: in `/home/buildozer/aports/testing/fs-uae/src/fs-uae-2.8.3':
    configure: error: --enable-jit was given, but arch is not supported
This commit is contained in:
Jakub Jirutka 2018-03-10 18:17:09 +01:00
parent f2744cee72
commit 02dce2645d

View File

@ -5,7 +5,7 @@ pkgver=2.8.3
pkgrel=1
pkgdesc="Amiga emulator."
url="https://fs-uae.net/"
arch="all !ppc64le !armhf"
arch="all !ppc64le !armhf !aarch64" # --enable-jit not supported for these arches
license="GPL-2.0-only"
makedepends="zip clang-dev sdl2-dev libpng-dev libx11-dev libxi-dev openal-soft-dev linux-headers libmpeg2-dev glib-dev"
subpackages="$pkgname-lang"