aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-16 08:17:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-16 08:17:16 +0000
commit591dd857d8788f084ff18029a1c450b4bf91c0aa (patch)
treeee6690f68b2d7790f3b80f19e1eea422c3c69eae
parentfde5b4ce02519be63d79fe5ce0b1905725632ae4 (diff)
downloadports-591dd857d8788f084ff18029a1c450b4bf91c0aa.tar.gz
ports-591dd857d8788f084ff18029a1c450b4bf91c0aa.zip
MFH: r512144
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512145
-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 f4d5db94fd11..3d9c7f5cc105 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 \