svn commit: r512485 - branches/2019Q3/textproc/link-grammar

Antoine Brodin antoine at FreeBSD.org
Sat Sep 21 08:48:23 UTC 2019


Author: antoine
Date: Sat Sep 21 08:48:23 2019
New Revision: 512485
URL: https://svnweb.freebsd.org/changeset/ports/512485

Log:
  MFH: r512484
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/textproc/link-grammar/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/textproc/link-grammar/Makefile
==============================================================================
--- branches/2019Q3/textproc/link-grammar/Makefile	Sat Sep 21 08:48:05 2019	(r512484)
+++ branches/2019Q3/textproc/link-grammar/Makefile	Sat Sep 21 08:48:23 2019	(r512485)
@@ -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 \


More information about the svn-ports-branches mailing list