Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2019 17:48:12 +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: r512220 - head/x11-toolkits/gtkmathview
Message-ID:  <201909171748.x8HHmCib020273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Sep 17 17:48:11 2019
New Revision: 512220
URL: https://svnweb.freebsd.org/changeset/ports/512220

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

Modified:
  head/x11-toolkits/gtkmathview/Makefile

Modified: head/x11-toolkits/gtkmathview/Makefile
==============================================================================
--- head/x11-toolkits/gtkmathview/Makefile	Tue Sep 17 17:46:06 2019	(r512219)
+++ head/x11-toolkits/gtkmathview/Makefile	Tue Sep 17 17:48:11 2019	(r512220)
@@ -13,6 +13,10 @@ COMMENT=	GTK Widget to Render MathML Documents
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		ld: error: ../src/backend/ps/.libs/libmathview_backend_ps.so: undefined reference to T1_AddToFileSearchPath
+.endif
+
 BUILD_DEPENDS=	xsltproc:textproc/libxslt
 LIB_DEPENDS=	libpopt.so:devel/popt \
 		libt1.so:devel/t1lib \



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