How to prevent use of clang && llvm?

Chris H bsd-lists at bsdforge.com
Wed Feb 26 00:19:46 UTC 2014


> On Tue, Feb 25, 2014 at 03:31:56PM -0800, Chris H wrote:
>> Greetings,
>>  I'm in the process of performing an upgrade, and ran a preliminary check
>> to see what would be performed. During the process I encountered a
>> dialog(1) for both clang, and llvm3. It was for textproc/clucene. Which
>> wants devel/boost-libs, which depends on devel/boost-jam. I didn't require
>> clang, or llvm3 with the initial install of textproc/clucene (that I can see/recall).
>> But am presented with the dialog this time. I have WITHOUT_CLANG=true
>> in /etc/src.conf. Do I need to also add it to /etc/make.conf? Anything else?
>
> It looks like this is because boots requires a C++11 compiler and the
> default C++11 compiler is clang.  From reading the source I deduce that
> FAVORITE_COMPILER=gcc in your make.conf may achieve the effect you
> require.

You rock!
I Really appreciate your taking the time to help.

--Chris

>
> -- Brooks
>



More information about the freebsd-stable mailing list