Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 07:55:58 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487853 - head/devel/vera++
Message-ID:  <201812200755.wBK7twLx043396@repo.freebsd.org>

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



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