1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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)
This commit is contained in:
Lorenzo Salvadore 2024-02-21 18:36:23 +00:00
parent b2ab7e1feb
commit 3d73e1f1bf
No known key found for this signature in database
GPG Key ID: 850E0F7350D20966

View File

@ -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>