svn commit: r512221 - branches/2019Q3/x11-toolkits/gtkmathview

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


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 \


More information about the svn-ports-branches mailing list