svn commit: r487853 - head/devel/vera++

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 07:55:59 UTC 2018


Author: linimon
Date: Thu Dec 20 07:55:58 2018
New Revision: 487853
URL: https://svnweb.freebsd.org/changeset/ports/487853

Log:
  This port needs USES=compiler:c++11-lang to fix build on GCC-based
  architectures.
  
  PR:		234119
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/vera++/Makefile

Modified: head/devel/vera++/Makefile
==============================================================================
--- head/devel/vera++/Makefile	Thu Dec 20 07:11:38 2018	(r487852)
+++ head/devel/vera++/Makefile	Thu Dec 20 07:55:58 2018	(r487853)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE_1_0.txt
 
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
 
-USES=		cmake:outsource tk
+USES=		compiler:c++11-lang cmake:outsource tk
 
 CMAKE_ARGS+=	-DTCL_INCLUDE_PATH=${TCL_INCLUDEDIR} \
 		-DTK_INCLUDE_PATH=${TK_INCLUDEDIR} \


More information about the svn-ports-all mailing list