From 4731a757561153c55ccac1f4baef670e21ceb6a2 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 24 Jun 2015 12:53:20 +0200 Subject: [PATCH 110/257] share/mk/src.opts.mk: Enable CLANG_EXTRAS by default as it's required for llvm-symbolizer 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 5393b3cab97f..494cdf976848 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -150,7 +150,6 @@ __DEFAULT_YES_OPTIONS = \ __DEFAULT_NO_OPTIONS = \ BSD_GREP \ - CLANG_EXTRAS \ DTRACE_TESTS \ EISA \ HESIOD \ @@ -163,6 +162,10 @@ __DEFAULT_NO_OPTIONS = \ SVN \ +# 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.11.0