svn commit: r477606 - head/devel/xeus-cling

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 19 23:15:04 UTC 2018


Author: yuri
Date: Sun Aug 19 23:15:03 2018
New Revision: 477606
URL: https://svnweb.freebsd.org/changeset/ports/477606

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

Modified:
  head/devel/xeus-cling/Makefile

Modified: head/devel/xeus-cling/Makefile
==============================================================================
--- head/devel/xeus-cling/Makefile	Sun Aug 19 23:14:11 2018	(r477605)
+++ head/devel/xeus-cling/Makefile	Sun Aug 19 23:15:03 2018	(r477606)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xeus-cling
 DISTVERSION=	0.4.6
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -21,7 +22,7 @@ LIB_DEPENDS=	libclingInterpreter.so:lang/cling \
 		libxeus.so:devel/xeus \
 		libzmq.so:net/libzmq4
 
-USES=		cmake:outsource pkgconfig
+USES=		cmake:outsource compiler:c++14-lang pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	QuantStack
 


More information about the svn-ports-all mailing list