diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2021-09-26 08:48:31 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2021-09-26 08:48:31 +0000 |
commit | 60afa4c2e0089e8dd8a330c3e8240dc5346c1c06 (patch) | |
tree | 0798bcc45abce03aedfcfc8be4cabcc94d5e772a | |
parent | a90185328942b82f88efb4be87253a51313fb810 (diff) | |
download | ports-60afa4c2e0089e8dd8a330c3e8240dc5346c1c06.tar.gz ports-60afa4c2e0089e8dd8a330c3e8240dc5346c1c06.zip |
games/libretro-paralleln64: Mark as broken on aarch64.
-rw-r--r-- | games/libretro-paralleln64/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/libretro-paralleln64/Makefile b/games/libretro-paralleln64/Makefile index be292e57f29e..05471ff6da6a 100644 --- a/games/libretro-paralleln64/Makefile +++ b/games/libretro-paralleln64/Makefile @@ -13,6 +13,7 @@ LICENSE_NAME_BITSTREAM_VERA= Bitstream Vera Sans - Roman Release 1.10 LICENSE_FILE_BITSTREAM_VERA= ${WRKSRC}/mupen64plus-core/doc/font-license LICENSE_PERMS_BITSTREAM_VERA= auto-accept +BROKEN_aarch64= fails to build: mupen64plus-core/src/r4300/new_dynarec/arm64/assem_arm64.h:141:8: error: unknown type name 'u_int' BROKEN_i386= Doesn't build. USES= compiler:c++11-lang gmake gl localbase |