aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/link-grammar/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile
index bd35547fcc3d..8ea8c9675fe8 100644
--- a/textproc/link-grammar/Makefile
+++ b/textproc/link-grammar/Makefile
@@ -12,6 +12,10 @@ COMMENT= Grammar checking library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN= ld: error: ../link-grammar/.libs/liblink-grammar.so: undefined reference to std::__1::__vector_base_common<true>::__throw_length_error() const
+.endif
+
BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive
USES= autoreconf compiler:c++11-lib dos2unix gmake libtool localbase ncurses \