From d0450619a294658085851645946ed66285600cb6 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 24 Jun 2015 12:53:20 +0200 Subject: [PATCH 075/325] share/mk/src.opts.mk: Enable CLANG_EXTRAS by default as it's required for llvm-symbolizer src.conf(5) is regenerated in a seperate commit to reduce the chances of merge conflicts when rebasing. Obtained from: ElectroBSD --- share/mk/src.opts.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index fcf5ba638533..87304b8b5871 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -173,7 +173,6 @@ __DEFAULT_NO_OPTIONS = \ BEARSSL \ BSD_CRTBEGIN \ BSD_GREP \ - CLANG_EXTRAS \ CLANG_FORMAT \ DTRACE_TESTS \ GH_BC \ @@ -219,6 +218,10 @@ __DEFAULT_DEPENDENT_OPTIONS= \ __DEFAULT_DEPENDENT_OPTIONS+= ${var}_SUPPORT/${var} .endfor +# Enable additional options that default to NO in FreeBSD +__DEFAULT_YES_OPTIONS += \ + CLANG_EXTRAS \ + # Disable a bunch of additional options that default to yes in FreeBSD __DEFAULT_NO_OPTIONS += \ ATM \ -- 2.32.0