aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-21 08:39:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-21 08:39:44 +0000
commitc6bf7e3dbb67fcfa33d494bd56008f394c441b4f (patch)
tree78ce7d919a62e079dd554a0144329defd8958e23
parent2f1d8083fcdf38a2e0de6f176bd8d2f29162ebb1 (diff)
downloadports-c6bf7e3dbb67fcfa33d494bd56008f394c441b4f.tar.gz
ports-c6bf7e3dbb67fcfa33d494bd56008f394c441b4f.zip
MFH: r512477
Mark BROKEN with lld
Notes
Notes: svn path=/branches/2019Q3/; revision=512478
-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 \