svn commit: r506432 - in head: audio/libcoverart audio/nekobi-lv2 benchmarks/netperfmeter chinese/pyzy comms/ncid databases/postgis25 games/diaspora graphics/gimmage graphics/pcl-pointclouds graphi...

Mark Linimon linimon at lonesome.com
Sun Jul 14 03:12:24 UTC 2019


On Fri, Jul 12, 2019 at 05:55:41AM +0200, Jan Beich wrote:
> Mark Linimon <linimon at FreeBSD.org> writes:
> 
> > -.if exists(/usr/lib/libstdc++.so)
> > +
> > +.include <bsd.port.pre.mk>
> > +
> > +.if ${CHOSEN_COMPILER_TYPE} == gcc
> >  CXXFLAGS+=	-stdlib=libstdc++
> >  .endif
> 
> Which version of GCC supports -stdlib= flag?

Note that didn't change the line that specifies CXXFLAGS, just the test
around it.

If that usage is wrong, please open a PR about it.  I am still in the
middle of the hunt for all the broken usages of that test.

mcl


More information about the svn-ports-all mailing list