Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 23:26:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341792 - head/devel/libcxxrt
Message-ID:  <201401292326.s0TNQ6dr002143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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