From c6bf7e3dbb67fcfa33d494bd56008f394c441b4f Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Sep 2019 08:39:44 +0000 Subject: MFH: r512477 Mark BROKEN with lld --- devel/xeus-cling/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile index faeb058e7265..51d41e5da411 100644 --- a/devel/xeus-cling/Makefile +++ b/devel/xeus-cling/Makefile @@ -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 \ -- cgit v1.2.3