Date: Sun, 19 Aug 2018 23:15:03 +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: r477606 - head/devel/xeus-cling Message-ID: <201808192315.w7JNF3iT027931@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808192315.w7JNF3iT027931>