aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-16 08:16:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-16 08:16:35 +0000
commitcb396ff7d0b3ed104ab0a4439990696a949afcbb (patch)
tree7b10bb7f01f32412d3659f97e75f3d0072bd5921 /x11-toolkits
parent76ab1d975eeda15fb6e3e4bd8fe260619f705be5 (diff)
downloadports-cb396ff7d0b3ed104ab0a4439990696a949afcbb.tar.gz
ports-cb396ff7d0b3ed104ab0a4439990696a949afcbb.zip
Mark BROKEN with lld
Reported by: pkg-fallout MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=512144
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/nucleo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile
index 414241edc7c7..5fbbf48e5f31 100644
--- a/x11-toolkits/nucleo/Makefile
+++ b/x11-toolkits/nucleo/Makefile
@@ -13,6 +13,10 @@ COMMENT= Toolkit to explore video and human-computer interaction
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN= ld: error: /wrkdirs/usr/ports/x11-toolkits/nucleo/work/nucleo-0.7.6/nucleo/.libs/libNucleo.so: undefined reference to XCloseDisplay
+.endif
+
LIB_DEPENDS= libexif.so:graphics/libexif \
libpng.so:graphics/png \
libfreetype.so:print/freetype2 \