svn commit: r490944 - head/devel/zapcc

Mark Linimon linimon at FreeBSD.org
Tue Jan 22 12:45:37 UTC 2019


Author: linimon
Date: Tue Jan 22 12:45:35 2019
New Revision: 490944
URL: https://svnweb.freebsd.org/changeset/ports/490944

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

Modified:
  head/devel/zapcc/Makefile

Modified: head/devel/zapcc/Makefile
==============================================================================
--- head/devel/zapcc/Makefile	Tue Jan 22 12:39:29 2019	(r490943)
+++ head/devel/zapcc/Makefile	Tue Jan 22 12:45:35 2019	(r490944)
@@ -12,7 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
 BUILD_DEPENDS=	googletest>0:devel/googletest
 
-USES=		cmake libedit python:3.4+ shebangfix
+USES=		cmake compiler:c++11-lang libedit python:3.4+ shebangfix
 USE_GITHUB=	yes
 GH_ACCOUNT=	yrnkrn
 GH_PROJECT=	zapcc


More information about the svn-ports-head mailing list