Re: [macports-ports] branch master updated: libsigcxx3: append macports-gcc-7 to fallback list

2018-05-23 Thread Ryan Schmidt
On May 22, 2018, at 17:56, David B. Evans wrote: > David B. Evans (dbevans) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/72943fb126dd2cdb71d5651a42cb9d65398963ef > > The following commit(s) were added to refs/heads/mas

Re: [macports-ports] branch master updated: gdal: more cleaning up

2018-05-23 Thread Vincent Habchi
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 revisi