Mark BROKEN with lld

MFH:		2019Q3
This commit is contained in:
Antoine Brodin 2019-09-21 08:39:14 +00:00
parent f1e92a0b21
commit 549a842148
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512477

View file

@ -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 \