svn commit: r512484 - head/textproc/link-grammar

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


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

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

Modified:
  head/textproc/link-grammar/Makefile

Modified: head/textproc/link-grammar/Makefile
==============================================================================
--- head/textproc/link-grammar/Makefile	Sat Sep 21 08:46:17 2019	(r512483)
+++ head/textproc/link-grammar/Makefile	Sat Sep 21 08:48:05 2019	(r512484)
@@ -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-all mailing list