Date: Mon, 29 Jan 2024 01:19:20 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7cb3fdd477ee - main - games/dxx-rebirth: Broken on aarch64 Message-ID: <202401290119.40T1JKi0056015@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=7cb3fdd477eef8411752a297195a17cb96037853 commit 7cb3fdd477eef8411752a297195a17cb96037853 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-29 01:18:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-29 01:18:45 +0000 games/dxx-rebirth: Broken on aarch64 Reported by: fallout --- games/dxx-rebirth/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index 83e85923d919..3e96fd14530a 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -13,6 +13,8 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/GPL-3.txt LICENSE_FILE_PARALLAX= ${WRKSRC}/COPYING.txt LICENSE_PERMS_PARALLAX= dist-mirror pkg-mirror auto-accept +BROKEN_aarch64= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276700 + BUILD_DEPENDS= as:devel/binutils LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401290119.40T1JKi0056015>