svn commit: r483259 - head/devel/benchmark

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 10:05:26 UTC 2018


Author: linimon
Date: Sun Oct 28 10:05:24 2018
New Revision: 483259
URL: https://svnweb.freebsd.org/changeset/ports/483259

Log:
  Fix build with GCC-based architectures.
  
  PR:		232277
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/devel/benchmark/Makefile

Modified: head/devel/benchmark/Makefile
==============================================================================
--- head/devel/benchmark/Makefile	Sun Oct 28 10:01:49 2018	(r483258)
+++ head/devel/benchmark/Makefile	Sun Oct 28 10:05:24 2018	(r483259)
@@ -12,7 +12,7 @@ COMMENT=	Microbenchmark support library
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake:outsource
+USES=		cmake:outsource compiler:c++11-lang
 USE_GITHUB=	yes
 GH_ACCOUNT=	google
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list