On Tue, Jul 25, 2017 at 12:20:22PM -0500, attila wrote: > > Marc Espie <[email protected]> writes: > > > Tor-browser is one of those few ports that don't build with clang, > > because it comes from the period where mozilla was playing insane > > tricks with wrapping C++ headers and using #include_next, so I > > welcome an update, as it's very likely to be PAST the madness. > > > I am confused at this: TB has built using clang for a while now... or > do you mean a non-amd64/i386 arch?
clang from ports still depends on libstdc++ from gcc. clang in base uses libc++. That's where the include fun comes in.
