Date: Tue, 20 Feb 2024 15:19:12 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a60d2fdc8edc - main - games/dxx-rebirth: Set USE_GCC=12 Message-ID: <202402201519.41KFJCK6071992@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=a60d2fdc8edcb44a3de4f40b4831ca6afdee765d commit a60d2fdc8edcb44a3de4f40b4831ca6afdee765d Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-02-04 10:17:09 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-02-20 15:18:53 +0000 games/dxx-rebirth: Set USE_GCC=12 This allows the exp-run for GCC_DEFAULT=13 to get forward. PR: 276797 Approved by: maintainer timeout (> 2 weeks) --- games/dxx-rebirth/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index 83e85923d919..a56373a3358c 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -36,7 +36,8 @@ MAKE_ARGS+= lto=1 .if ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc CXXFLAGS+= -Wno-error=missing-field-initializers -Wno-error=maybe-uninitialized -USES+= compiler:gcc-c++11-lib +USES+= compiler:c++11-lib +USE_GCC= 12 .endif post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402201519.41KFJCK6071992>