svn commit: r512478 - branches/2019Q3/devel/xeus-cling

Antoine Brodin antoine at FreeBSD.org
Sat Sep 21 08:39:45 UTC 2019


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 \


More information about the svn-ports-branches mailing list