mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
f2744cee72
commit
02dce2645d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user