git: 2fdf14d2e35a - main - Mk/bsd.gcc.mk: only use -devel port for 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 May 2022 23:44:34 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2fdf14d2e35ac5698648c958c6fc267aff2a1419
commit 2fdf14d2e35ac5698648c958c6fc267aff2a1419
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-05-10 23:43:31 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-05-10 23:43:31 +0000
Mk/bsd.gcc.mk: only use -devel port for 13
Reported by: Mark Millard
---
Mk/bsd.gcc.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 1fc119df3144..02ec65cc7557 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -103,7 +103,7 @@ _USE_GCC:= ${GCC_DEFAULT}
# A concrete version has been selected. Set proper ports dependencies,
# CC, CXX, CPP, and flags.
V:= ${_USE_GCC:S/.//}
-. if ${V} == 12 || ${V} == 13
+. if ${V} == 13
_GCC_PORT:= gcc${V}-devel
. else
_GCC_PORT:= gcc${V}