From 788a7a053282ca98093ceee8ff5e68f1908cd3a7 Mon Sep 17 00:00:00 2001 From: kmos Date: Mon, 11 May 2026 22:16:46 +0000 Subject: [PATCH] f3 uses C17. Use ports-gcc on base-gcc arches Fixes the build on sparc64 --- sysutils/f3/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sysutils/f3/Makefile b/sysutils/f3/Makefile index 9d01d36bc0f..3f2e376e48b 100644 --- a/sysutils/f3/Makefile +++ b/sysutils/f3/Makefile @@ -9,6 +9,10 @@ CATEGORIES= sysutils # GPLv3 PERMIT_PACKAGE= Yes +# C17 +COMPILER= base-clang ports-gcc +COMPILER_LANGS= c + # uses pledge() WANTLIB= c m