Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 08:39:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512477 - head/devel/xeus-cling
Message-ID:  <201909210839.x8L8dEma006250@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 21 08:39:14 2019
New Revision: 512477
URL: https://svnweb.freebsd.org/changeset/ports/512477

Log:
  Mark BROKEN with lld
  
  MFH:		2019Q3

Modified:
  head/devel/xeus-cling/Makefile

Modified: head/devel/xeus-cling/Makefile
==============================================================================
--- head/devel/xeus-cling/Makefile	Sat Sep 21 06:52:53 2019	(r512476)
+++ head/devel/xeus-cling/Makefile	Sat Sep 21 08:39:14 2019	(r512477)
@@ -11,7 +11,9 @@ COMMENT=	C++ Jupyter Kernel
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_FreeBSD_13=	https://github.com/QuantStack/xeus-cling/issues/234
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		https://github.com/QuantStack/xeus-cling/issues/234
+.endif
 
 BUILD_DEPENDS=	cppzmq>0:net/cppzmq \
 		cxxopts>0:devel/cxxopts \



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