From 8b6964b6832e341d8c5514411c5f3e8af47ac6a4 Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Thu, 17 Jan 2019 07:14:12 +0000 Subject: 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); --- testing/mame/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') 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=" -- cgit v1.2.3