git: 414c38051167 - main - lang/gambit-c: Set USE_GCC=12
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 10:30:31 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=414c380511674d49e47ed06222f9ecaca1e2c42b commit 414c380511674d49e47ed06222f9ecaca1e2c42b Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-01-23 10:28:04 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-01-23 10:30:26 +0000 lang/gambit-c: Set USE_GCC=12 This is to allow the update of GCC_DEFAULT to version 13 until a better solution is found. PR: 273683 Approved by: portmgr (blanket) --- lang/gambit-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/gambit-c/Makefile b/lang/gambit-c/Makefile index 60dcede9c3e5..6889264f7ef1 100644 --- a/lang/gambit-c/Makefile +++ b/lang/gambit-c/Makefile @@ -37,7 +37,7 @@ GCC_DESC= Build with GCC from ports .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MGCC} -USE_GCC= yes +USE_GCC= 12 .endif post-patch: