Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 22:58:15 +0100
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        Tijl Coosemans <tijl@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r348378 - in head/games/traingame: . files
Message-ID:  <20140315225815.7451f8ce@nemysis3now>
In-Reply-To: <20140315222818.1de8405d@kalimero.tijl.coosemans.org>
References:  <201403152055.s2FKtXdX076848@svn.freebsd.org> <20140315222818.1de8405d@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 15 Mar 2014 22:28:18 +0100
Tijl Coosemans <tijl@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140315225815.7451f8ce>