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

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



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