aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNewbyte <newbie13xd@gmail.com>2021-02-24 15:03:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-02-28 05:58:53 +0000
commit22822d965981c7f81372500922d90dbecf094390 (patch)
tree1524d3b6b4a0661a87bb2bb12f5bae3bd38f51c9
parentbda7c8920108ee03865b4e13146fdf6493267442 (diff)
community/love: enable all arches but s390x
When compiling for s390x there are errors about hashing not being implemented for big endian.
-rwxr-xr-xcommunity/love/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/love/APKBUILD b/community/love/APKBUILD
index a883ba0d0ca..23370eab023 100755
--- a/community/love/APKBUILD
+++ b/community/love/APKBUILD
@@ -5,7 +5,7 @@ pkgver=11.3
pkgrel=0
pkgdesc="A Lua 2D Graphics Library"
url="https://love2d.org"
-arch="x86_64 armv7 aarch64" #x86 disabled, pending mpg123-libs BAD signature fix
+arch="all !s390x" # s390x: build failres on big endian
license="Zlib"
makedepends="libtool autoconf automake sdl2-dev zlib-dev openal-soft-dev
freetype-dev libmodplug-dev mpg123-dev libvorbis-dev libtheora-dev luajit-dev