aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:48:28 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-17 17:48:28 +0000
commit2266bb7e4e59138c0474aa8c3bfbc57e16937782 (patch)
tree286a520a84c22cc0b0aa8feff31ae042946490d2
parent2c5cee9a8d530cae3e5c6115be3cc5bc451178a5 (diff)
downloadports-2266bb7e4e59138c0474aa8c3bfbc57e16937782.tar.gz
ports-2266bb7e4e59138c0474aa8c3bfbc57e16937782.zip
MFH: r512220
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512221
-rw-r--r--x11-toolkits/gtkmathview/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile
index 3eac33087f29..33b068ecafa7 100644
--- a/x11-toolkits/gtkmathview/Makefile
+++ b/x11-toolkits/gtkmathview/Makefile
@@ -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 \