svn commit: r348378 - in head/games/traingame: . files

Rusmir Dusko nemysis at FreeBSD.org
Sat Mar 15 21:58:16 UTC 2014


On Sat, 15 Mar 2014 22:28:18 +0100
Tijl Coosemans <tijl at FreeBSD.org> wrote:

> On Sat, 15 Mar 2014 20:55:33 +0000 (UTC) Rusmir Dusko wrote:
> > +CXXFLAGS+=	-std=c++11
> 
> > +USE_CXXSTD=	gnu++11
> 
> These two lines do the same thing really.  You only need one of them.
> 

Thanks for report I have tested all three Options

CXXFLAGS+=	-std=c++11
USE_CXXSTD=	gnu++11

and have commited in r348381

with

USE_CXXSTD=	c++11

-- 
Best regards,
Rusmir Dusko


More information about the svn-ports-head mailing list