aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-21 08:48:23 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-21 08:48:23 +0000
commitf7b55b9d43abb1bc04f6daeef0148f98a6d57797 (patch)
tree0922ac198bbb8d4926e7240e9a4a036da163256c
parentb864ae42809a17964f3ff8fb6bea991f8d3d7baf (diff)
downloadports-f7b55b9d43abb1bc04f6daeef0148f98a6d57797.tar.gz
ports-f7b55b9d43abb1bc04f6daeef0148f98a6d57797.zip
MFH: r512484
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512485
-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 \