git: 4c40e59d3392 - 2022Q2 - emulators/citra: mark BROKEN on aarch64 after 2627d61105ad

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 24 Apr 2022 11:17:39 UTC
The branch 2022Q2 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4c40e59d33927bdb88d5f685df11724e43e5b9fa

commit 4c40e59d33927bdb88d5f685df11724e43e5b9fa
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-04-24 09:59:28 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-04-24 11:13:27 +0000

    emulators/citra: mark BROKEN on aarch64 after 2627d61105ad
    
    externals/cryptopp/cryptopp/crc_simd.cpp:100:13: error: use of undeclared identifier '__crc32w'
            w = __crc32w(w,x);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:101:13: error: use of undeclared identifier '__crc32h'
            w = __crc32h(w,y);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:102:13: error: use of undeclared identifier '__crc32b'
            w = __crc32b(w,z);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:103:13: error: use of undeclared identifier '__crc32cw'
            w = __crc32cw(w,x);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:104:13: error: use of undeclared identifier '__crc32ch'
            w = __crc32ch(w,y);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:105:13: error: use of undeclared identifier '__crc32cb'
            w = __crc32cb(w,z);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:125:13: error: use of undeclared identifier '__crc32b'
            c = __crc32b(c, *s);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:128:13: error: use of undeclared identifier '__crc32w'
            c = __crc32w(c, *(const word32 *)(void*)s);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:131:13: error: use of undeclared identifier '__crc32b'
            c = __crc32b(c, *s);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:137:13: error: use of undeclared identifier '__crc32cb'
            c = __crc32cb(c, *s);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:140:13: error: use of undeclared identifier '__crc32cw'
            c = __crc32cw(c, *(const word32 *)(void*)s);
                ^
    externals/cryptopp/cryptopp/crc_simd.cpp:143:13: error: use of undeclared identifier '__crc32cb'
            c = __crc32cb(c, *s);
                ^
    
    Reported by:    pkg-fallout
    
    (cherry picked from commit fafe77a7d7039a1096c5aa49fa2d1d2a8863b812)
---
 emulators/citra/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emulators/citra/Makefile b/emulators/citra/Makefile
index c29528b7c391..76480e5fc2e5 100644
--- a/emulators/citra/Makefile
+++ b/emulators/citra/Makefile
@@ -24,6 +24,8 @@ LICENSE_FILE_LGPL21+ =	${_LICENSE_STORE}/LGPL21 # soundtouch
 LICENSE_FILE_MIT=	${WRKSRC}/externals/enet/LICENSE
 LICENSE_FILE_OpenSSL=	${WRKSRC}/externals/libressl/COPYING
 
+BROKEN_aarch64=	https://github.com/citra-emu/citra/issues/5921
+
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs
 
 USE_GITHUB=	yes