git: 3d73e1f1bffc - main - science/py-tweedledum: Force GCC 12 when GCC is needed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 20:42:41 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d73e1f1bffc4fe436bc0153b9e256a83ec0eb99 commit 3d73e1f1bffc4fe436bc0153b9e256a83ec0eb99 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2024-02-21 18:36:23 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2024-02-21 20:42:35 +0000 science/py-tweedledum: Force GCC 12 when GCC is needed Necessary to update GCC_DEFAULT to GCC 13, until a better fix is found. PR: 276801 Approved by: portmgr (blanket) --- science/py-tweedledum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-tweedledum/Makefile b/science/py-tweedledum/Makefile index d63650102ffd..a84812a9390c 100644 --- a/science/py-tweedledum/Makefile +++ b/science/py-tweedledum/Makefile @@ -24,7 +24,7 @@ GH_ACCOUNT= boschmitt .include <bsd.port.options.mk> .if ${OPSYS} == FreeBSD && ${OSVERSION} > 1400000 -USE_GCC= yes +USE_GCC= 12 .endif .include <bsd.port.mk>