Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 08:48:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512484 - head/textproc/link-grammar
Message-ID:  <201909210848.x8L8m6L5012754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909210848.x8L8m6L5012754>