Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2014 21:55:14 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348381 - head/games/traingame
Message-ID:  <201403152155.s2FLtEws000850@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Sat Mar 15 21:55:14 2014
New Revision: 348381
URL: http://svnweb.freebsd.org/changeset/ports/348381
QAT: https://qat.redports.org/buildarchive/r348381/

Log:
  - Use USE_CXXSTD=c++11 instead of USE_CXXSTD=gnu++11 and
    CXXFLAGS+=-std=c++11
  
  Reported by:	tijl@
  Thanks to for help:	nox@

Modified:
  head/games/traingame/Makefile

Modified: head/games/traingame/Makefile
==============================================================================
--- head/games/traingame/Makefile	Sat Mar 15 21:05:38 2014	(r348380)
+++ head/games/traingame/Makefile	Sat Mar 15 21:55:14 2014	(r348381)
@@ -25,10 +25,8 @@ LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/
 		libxerces-c.so:${PORTSDIR}/textproc/xerces-c3 \
 		libboost_filesystem.so:${PORTSDIR}/devel/boost-libs
 
-CXXFLAGS+=	-std=c++11
-
 USES=		cmake compiler:c++11-lib pkgconfig
-USE_CXXSTD=	gnu++11
+USE_CXXSTD=	c++11
 USE_SDL=	sdl image
 USE_GL=		glew
 



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