Date: Fri, 24 Sep 2021 14:13:08 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: 0a96d1e4166b - main - games/openclonk: Mark as broken on aarch64. Message-ID: <202109241413.18OED8U0041317@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=0a96d1e4166b6800ac8ac957bd3890cdd90745db commit 0a96d1e4166b6800ac8ac957bd3890cdd90745db Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-09-24 07:50:20 +0000 Commit: Mikael Urankar <mikael@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109241413.18OED8U0041317>