diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 09:00:14 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-26 09:00:14 +0000 |
commit | 13fb28233e5e2e926e7b4c181dafa5a55b649f67 (patch) | |
tree | dae9c11a81f216ca537a71e2008b120736827147 /testing/openrct2 | |
parent | 426454a5a98c0ee35b6437ca2857dc1ade4c6ca6 (diff) | |
download | aports-13fb28233e5e2e926e7b4c181dafa5a55b649f67.tar.bz2 aports-13fb28233e5e2e926e7b4c181dafa5a55b649f67.tar.xz |
testing/openrct2: disable s390x
Build fails with error:
> In file included from ../src/openrct2/core/Console.hpp:12,
> from ../src/openrct2/core/Console.cpp:10:
> ../src/openrct2/core/../common.h:81:10: error: #error Unknown endianess!
> # error Unknown endianess!
> ^~~~~
Diffstat (limited to 'testing/openrct2')
-rw-r--r-- | testing/openrct2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openrct2/APKBUILD b/testing/openrct2/APKBUILD index 07152e4e0a..a287b004d8 100644 --- a/testing/openrct2/APKBUILD +++ b/testing/openrct2/APKBUILD @@ -6,7 +6,7 @@ _pkgver_objects=1.0.9 _pkgver_title_sequences=0.1.2 pkgrel=0 pkgdesc="Open-source re-implementation of Roller Coaster Tycoon 2" -arch="all" +arch="all !s390x" # Build fails on s390x url="https://openrct2.io" license="GPL-3.0" makedepends="cmake ninja jansson-dev libzip-dev libpng-dev speexdsp-dev fontconfig-dev curl-dev icu-dev sdl2-dev mesa-dev fts-dev unzip" |