diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-18 01:48:11 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-18 01:48:11 +0800 |
commit | c0266fae96a6d1130fc765793e9d17ad8e6b3d06 (patch) | |
tree | b5a5e9a604c09750b8773df4902d9a6260e2e9c2 /x11-toolkits | |
parent | b5015bd23d9b77f6f3c859f6ea4ef48ba7527c47 (diff) | |
download | freebsd-ports-gnome-c0266fae96a6d1130fc765793e9d17ad8e6b3d06.tar.gz freebsd-ports-gnome-c0266fae96a6d1130fc765793e9d17ad8e6b3d06.tar.zst freebsd-ports-gnome-c0266fae96a6d1130fc765793e9d17ad8e6b3d06.zip |
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkmathview/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gtkmathview/Makefile b/x11-toolkits/gtkmathview/Makefile index 9d714d1055b5..39f18c41060f 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 \ |