1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Mark BROKEN with lld

Reported by:	pkg-fallout
MFH:		2019Q3
This commit is contained in:
Antoine Brodin 2019-09-16 08:16:35 +00:00
parent 76ab1d975e
commit cb396ff7d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512144

View File

@ -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 \