aboutsummaryrefslogtreecommitdiff
path: root/devel/xeus-cling/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/xeus-cling/Makefile')
-rw-r--r--devel/xeus-cling/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \