git: 50102831fef8 - main - games/oolite: mark BROKEN on i386: methodjit/MethodJIT.cpp:318:5: error: expected '(' after 'asm'

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 23 15:05:32 UTC 2021


The branch main has been updated by amdmi3:

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

commit 50102831fef8469fa4fb7f0f944f92fab654570a
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-23 14:29:13 +0000
Commit:     Dmitry Marakasov <amdmi3 at 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/ ; \


More information about the dev-commits-ports-all mailing list