Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2021 08:48:51 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 60afa4c2e008 - main - games/libretro-paralleln64: Mark as broken on aarch64.
Message-ID:  <202109260848.18Q8mpEL036893@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=60afa4c2e0089e8dd8a330c3e8240dc5346c1c06

commit 60afa4c2e0089e8dd8a330c3e8240dc5346c1c06
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2021-09-26 08:48:31 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2021-09-26 08:48:31 +0000

    games/libretro-paralleln64: Mark as broken on aarch64.
---
 games/libretro-paralleln64/Makefile | 1 +
 1 file changed, 1 insertion(+)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109260848.18Q8mpEL036893>