diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-17 07:14:12 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-01-17 07:14:12 +0000 |
commit | 8b6964b6832e341d8c5514411c5f3e8af47ac6a4 (patch) | |
tree | 72112ca391f080582ae4dda9ccf0ca3400ede737 /testing/mame | |
parent | 50c17d4773c049c6c236dd7230fdcd3e2bac323c (diff) | |
download | aports-8b6964b6832e341d8c5514411c5f3e8af47ac6a4.tar.bz2 aports-8b6964b6832e341d8c5514411c5f3e8af47ac6a4.tar.xz |
testing/mame: disable for ppc64le
In file included from ../../../../../3rdparty/bimg/src/image.cpp:6:
In file included from ../../../../../3rdparty/bimg/src/bimg_p.h:11:
In file included from ../../../../../3rdparty/bx/include/bx/readerwriter.h:10:
In file included from ../../../../../3rdparty/bx/include/bx/endian.h:48:
../../../../../3rdparty/bx/include/bx/inline/endian.inl:52:10: error: call to 'endianSwap' is ambiguous
return endianSwap(_in);
Diffstat (limited to 'testing/mame')
-rw-r--r-- | testing/mame/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mame/APKBUILD b/testing/mame/APKBUILD index 0d17c00fcc..2ad477975a 100644 --- a/testing/mame/APKBUILD +++ b/testing/mame/APKBUILD @@ -6,7 +6,7 @@ _pkgver=${pkgver/.} pkgrel=0 pkgdesc="Multi Arcade Machine Emulator with GroovyMAME/Switchres/No-nag patchset." url="https://mamedev.org" -arch="all" +arch="all !ppc64le" license="GPL-2.0-or-later" depends="$pkgname-common" makedepends=" |