Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 23:14:12 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477605 - head/devel/xeus
Message-ID:  <201808192314.w7JNECXX027786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Aug 19 23:14:11 2018
New Revision: 477605
URL: https://svnweb.freebsd.org/changeset/ports/477605

Log:
  devel/xeus: Fix build on 10 by adding USES=compiler:c++14-lang
  
  Reported by:	fallout

Modified:
  head/devel/xeus/Makefile

Modified: head/devel/xeus/Makefile
==============================================================================
--- head/devel/xeus/Makefile	Sun Aug 19 21:19:46 2018	(r477604)
+++ head/devel/xeus/Makefile	Sun Aug 19 23:14:11 2018	(r477605)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xeus
 DISTVERSION=	0.13.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -20,7 +20,7 @@ RUN_DEPENDS=	cppzmq>0:net/cppzmq \
 		nlohmann-json>0:devel/nlohmann-json \
 		xtl-quant-stack>0:devel/xtl-quant-stack
 
-USES=		cmake:outsource localbase:ldflags pkgconfig
+USES=		cmake:outsource compiler:c++14-lang localbase:ldflags pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	QuantStack
 USE_LDCONFIG=	yes



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