Re: small change in portconfigure.tcl appears to fix missing cxx_stdlib link

2016-08-18 Thread Ken Cunningham
Right to the top... Thanks for the feedback. You know 10x more about this than I do, no argument at all there. Noted...always a possible downside to trying things. As you can tell, I'm trying to poke around to find a reasonably elegant way to avoid forcing a (basically unnecessary) update

Re: small change in portconfigure.tcl appears to fix missing cxx_stdlib link

2016-08-18 Thread Joshua Root
On 2016-8-19 01:13 , Ken Cunningham wrote: For your consideration this small change in /base/src/port1.0/portconfigure.tcl # Add flags to specify C++ STL implementation if {${configure.cxx_stdlib} ne "" && [string match "*clang*" [option configure.cxx]]} { append_to_en

small change in portconfigure.tcl appears to fix missing cxx_stdlib link

2016-08-18 Thread Ken Cunningham
For your consideration this small change in /base/src/port1.0/portconfigure.tcl # Add flags to specify C++ STL implementation if {${configure.cxx_stdlib} ne "" && [string match "*clang*" [option configure.cxx]]} { append_to_environment_value configure CXXFLAGS -stdlib=$