Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 2021 15:05:30 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 50102831fef8 - main - games/oolite: mark BROKEN on i386: methodjit/MethodJIT.cpp:318:5: error: expected '(' after 'asm'
Message-ID:  <202104231505.13NF5U4Z020020@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=50102831fef8469fa4fb7f0f944f92fab654570a

commit 50102831fef8469fa4fb7f0f944f92fab654570a
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-04-23 14:29:13 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-04-23 15:03:06 +0000

    games/oolite: mark BROKEN on i386: methodjit/MethodJIT.cpp:318:5: error: expected '(' after 'asm'
---
 games/oolite/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games/oolite/Makefile b/games/oolite/Makefile
index b8cd475eaccf..cb44a2fc5a96 100644
--- a/games/oolite/Makefile
+++ b/games/oolite/Makefile
@@ -56,6 +56,7 @@ OPTIONS_DEFINE=	DOCS
 BROKEN_aarch64=		fails to configure: error: These compiler flags are invalid: -O
 BROKEN_armv6=		fails to compile: your compiler does not follow the C++ specification for temporary object destruction order
 BROKEN_armv7=		fails to compile: your compiler does not follow the C++ specification for temporary object destruction order
+BROKEN_i386=		fails to compile: ../methodjit/MethodJIT.cpp:318:5: error: expected '(' after 'asm'
 
 post-patch: .SILENT
 	${REINPLACE_CMD} -e 's/GNUSTEP_USER_ROOT/GNUSTEP_LOCAL_ROOT/ ; \



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