svn commit: r512220 - head/x11-toolkits/gtkmathview

Antoine Brodin antoine at FreeBSD.org
Tue Sep 17 17:48:12 UTC 2019


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 \


More information about the svn-ports-all mailing list