From f7b55b9d43abb1bc04f6daeef0148f98a6d57797 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 21 Sep 2019 08:48:23 +0000 Subject: MFH: r512484 Mark BROKEN with lld Reported by: pkg-fallout --- textproc/link-grammar/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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::__throw_length_error() const +.endif + BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive USES= autoreconf compiler:c++11-lib dos2unix gmake libtool localbase ncurses \ -- cgit v1.2.3