From e3e7de8eb19f7dd44c6ed3f5509bc2cc73bcb0b7 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 14 Oct 2023 14:30:34 -0400 Subject: [PATCH] The SHARED_TOOLCHAIN option was removed in FreeBSD 14. --- ansible/roles/build/templates/src.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/build/templates/src.conf.j2 b/ansible/roles/build/templates/src.conf.j2 index d4d2396..cbb2fe8 100644 --- a/ansible/roles/build/templates/src.conf.j2 +++ b/ansible/roles/build/templates/src.conf.j2 @@ -11,7 +11,6 @@ PORTS_MODULES+=net/wireguard-kmod # Would be fun to experiment with: # WITHOUT_SOURCELESS=YES -# WITHOUT_SHARED_TOOLCHAIN=YES # WITHOUT_GAMES=YES # WITHOUT_KERBEROS=YES # WITHOUT_LEGACY_CONSOLE=YES