Ryan, > This should be: > > if {[string match *clang* ${configure.cxx}]} { > configure.ldflags-append -stdlib=${configure.cxx_stdlib} > } > > Only clang understands the -stdlib flag, but you always want to use it, regardless of what the C++ stdlib is. I’ve changed that in the newest revision of the port file. Thanks.