https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236344

Greg V <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Greg V <[email protected]> ---
Encountered this in darktable (non-ports, just trying gcc to compare
performance) as well. The only solution I've found is switching to libc++ via
CXXFLAGS="-nostdinc++ -isystem /usr/include/c++/v1" and
LDFLAGS="-L/tmp/somedir" where somedir is where you do ln -s /usr/lib/libc++.so
libstdc++.so. The ports framework already supports this, see the gcc-c++11-lib
section at the bottom of Mk/Uses/compiler.mk.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to