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

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

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

Modified:
  branches/2019Q3/x11-toolkits/gtkmathview/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/x11-toolkits/gtkmathview/Makefile
==============================================================================
--- branches/2019Q3/x11-toolkits/gtkmathview/Makefile	Tue Sep 17 17:48:11 2019	(r512220)
+++ branches/2019Q3/x11-toolkits/gtkmathview/Makefile	Tue Sep 17 17:48:28 2019	(r512221)
@@ -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.x8HHmSnO020415>