diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-01-20 11:14:13 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-01-20 11:14:38 +0200 |
commit | ed7459c4c2a2a534065fffb2e7d838bb4a3776b5 (patch) | |
tree | 89534eb22dc8d78370b800a71b9acad2bb174539 /testing/xonotic | |
parent | 8308740b7bba6f6cd9d57dcf6994e46faed59ea8 (diff) | |
download | aports-ed7459c4c2a2a534065fffb2e7d838bb4a3776b5.tar.bz2 aports-ed7459c4c2a2a534065fffb2e7d838bb4a3776b5.tar.xz |
testing/xonotic: disable on arm
does not build due to use of -msse and -msse2 compiler flags
Diffstat (limited to 'testing/xonotic')
-rw-r--r-- | testing/xonotic/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xonotic/APKBUILD b/testing/xonotic/APKBUILD index ee75a2f820..459af3e110 100644 --- a/testing/xonotic/APKBUILD +++ b/testing/xonotic/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.8.0 pkgrel=0 pkgdesc="Game engine for Xonotic (quake1/nexuiz derivative)" url="http://www.xonotic.org/" -arch="all" +arch="x86 x86_64" license="GPL2+" depends="xonotic-data" depends_dev="sdl-dev mesa-dev jpeg-dev libvorbis-dev libxpm-dev libxxf86dga-dev |