svn commit: r348381 - head/games/traingame
Rusmir Dusko
nemysis at FreeBSD.org
Sat Mar 15 21:55:14 UTC 2014
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
More information about the svn-ports-all
mailing list