svn commit: r341792 - head/devel/libcxxrt

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 29 23:26:06 UTC 2014


Author: bapt
Date: Wed Jan 29 23:26:05 2014
New Revision: 341792
URL: http://svnweb.freebsd.org/changeset/ports/341792
QAT: https://qat.redports.org/buildarchive/r341792/

Log:
  Use a c++11 compiler
  
  Reported by:	QAT

Modified:
  head/devel/libcxxrt/Makefile

Modified: head/devel/libcxxrt/Makefile
==============================================================================
--- head/devel/libcxxrt/Makefile	Wed Jan 29 23:00:49 2014	(r341791)
+++ head/devel/libcxxrt/Makefile	Wed Jan 29 23:26:05 2014	(r341792)
@@ -15,7 +15,7 @@ GH_ACCOUNT=	pathscale
 GH_COMMIT=	2f150a6
 GH_TAGNAME=	${GH_COMMIT}
 
-USES=		cmake
+USES=		cmake compiler:c++11-lang
 CXXFLAGS+=	-nostdlib
 
 do-install:


More information about the svn-ports-all mailing list