From 2b4527b44c02c6db1fc207b7c6176515875dfb36 Mon Sep 17 00:00:00 2001 From: cwen Date: Sat, 18 Jan 2020 23:53:12 +0000 Subject: [PATCH] Citra does not support big endian archs, add an appropriate NOT_FOR_ARCHS OK thfr@ (maintainer) --- emulators/citra/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile index e13c63c22fc..62eb83ff1b9 100644 --- a/emulators/citra/Makefile +++ b/emulators/citra/Makefile @@ -1,4 +1,7 @@ -# $OpenBSD: Makefile,v 1.11 2019/07/12 20:46:08 sthen Exp $ +# $OpenBSD: Makefile,v 1.12 2020/01/18 23:53:12 cwen Exp $ + +# See https://github.com/citra-emu/citra/issues/4571 +NOT_FOR_ARCHS = ${BE_ARCHS} BROKEN-i386 = undefined reference to `operator delete(void*, std::align_val_t)', etc.