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

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

Log:
  MFH: r512477
  
  Mark BROKEN with lld

Modified:
  branches/2019Q3/devel/xeus-cling/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/devel/xeus-cling/Makefile
==============================================================================
--- branches/2019Q3/devel/xeus-cling/Makefile	Sat Sep 21 08:39:14 2019	(r512477)
+++ branches/2019Q3/devel/xeus-cling/Makefile	Sat Sep 21 08:39:44 2019	(r512478)
@@ -10,7 +10,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.x8L8djH7006399>