aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 18:17:09 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 18:17:09 +0100
commit02dce2645d317a476da64a3527a4d8215980bac5 (patch)
tree28d7506ce7b8093f85c3b0f708e01d1bd27c6142 /testing
parentf2744cee726dfd8c2568b666940ed673ef3a3756 (diff)
downloadaports-02dce2645d317a476da64a3527a4d8215980bac5.tar.bz2
aports-02dce2645d317a476da64a3527a4d8215980bac5.tar.xz
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
Diffstat (limited to 'testing')
-rw-r--r--testing/fs-uae/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fs-uae/APKBUILD b/testing/fs-uae/APKBUILD
index 15f7b2d310..9193103909 100644
--- a/testing/fs-uae/APKBUILD
+++ b/testing/fs-uae/APKBUILD
@@ -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"