aboutsummaryrefslogtreecommitdiffstats
path: root/community/minetest
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-11-23 20:26:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-11-23 20:34:13 +0000
commita5c1f16f389120e9d80dd8f116784318d2e317b4 (patch)
tree104e78d44b0caaccf23be80c5fbb78c4cc1de968 /community/minetest
parent4e673f071e6af1cae6ab45e0dbf3a3f982259ae5 (diff)
downloadaports-a5c1f16f389120e9d80dd8f116784318d2e317b4.tar.bz2
aports-a5c1f16f389120e9d80dd8f116784318d2e317b4.tar.xz
community/minetest: disable on aarch64
Diffstat (limited to 'community/minetest')
-rw-r--r--community/minetest/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/minetest/APKBUILD b/community/minetest/APKBUILD
index 2125b372c0..c8ac24f253 100644
--- a/community/minetest/APKBUILD
+++ b/community/minetest/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="An infinite-world block sandbox game and a game engine"
url="http://minetest.net/"
# luajit is not available for disabled arches
-arch="all !s390x"
+arch="all !s390x !aarch64" # FIXME: linking fails on aarch64
install="$pkgname-server.pre-install"
license="LGPL2.1 CCBY-SA3.0"
depends="$pkgname-common"