Hi, > http://build-failures.rhaalovely.net/powerpc/2019-12-25/emulators/ppsspp.log > http://build-failures.rhaalovely.net/sparc64/2020-01-09/emulators/ppsspp.log > http://build-failures.rhaalovely.net/mips64/2019-12-30/emulators/ppsspp.log
PPSSPP only supports little endian [0] for now, powerpc may be supported later though, as a preliminary Wii U support is very slowly worked on [1]. Meanwhile, i think we should add a NOT_FOR_ARCHS. OK? Charlène. [0] https://github.com/hrydgard/ppsspp/issues/8823 [1] https://github.com/hrydgard/ppsspp/pull/11001 Index: Makefile =================================================================== RCS file: /cvs/ports/emulators/ppsspp/Makefile,v retrieving revision 1.11 diff -u -p -u -p -r1.11 Makefile --- Makefile 30 Oct 2019 08:27:56 -0000 1.11 +++ Makefile 11 Jan 2020 14:38:04 -0000 @@ -1,5 +1,8 @@ # $OpenBSD: Makefile,v 1.11 2019/10/30 08:27:56 bentley Exp $ +# See https://github.com/hrydgard/ppsspp/issues/8823 +NOT_FOR_ARCHS = ${BE_ARCHS} + COMMENT = Sony PlayStation Portable emulator GH_ACCOUNT = hrydgard