git: 0a96d1e4166b - main - games/openclonk: Mark as broken on aarch64.

Mikael Urankar mikael at FreeBSD.org
Fri Sep 24 14:13:09 UTC 2021


The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a96d1e4166b6800ac8ac957bd3890cdd90745db

commit 0a96d1e4166b6800ac8ac957bd3890cdd90745db
Author:     Mikael Urankar <mikael at FreeBSD.org>
AuthorDate: 2021-09-24 07:50:20 +0000
Commit:     Mikael Urankar <mikael at FreeBSD.org>
CommitDate: 2021-09-24 14:13:02 +0000

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

diff --git a/games/openclonk/Makefile b/games/openclonk/Makefile
index 91fdc91fcb37..733ad4bb9582 100644
--- a/games/openclonk/Makefile
+++ b/games/openclonk/Makefile
@@ -14,6 +14,7 @@ LICENSE=	ISCL CC0-1.0
 LICENSE_COMB=	multi
 LICENSE_FILE_ISCL=	${WRKSRC}/COPYING
 
+BROKEN_aarch64=		fails to compile: mmintrin.h:50:12: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
 BROKEN_powerpc64=	fails to compile: C4Texture.cpp:260:13: error: 'stoul' is not a member of 'std'
 
 LIB_DEPENDS=	libalut.so:audio/freealut \


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