svn commit: r512145 - branches/2019Q3/x11-toolkits/nucleo

Antoine Brodin antoine at FreeBSD.org
Mon Sep 16 08:17:16 UTC 2019


Author: antoine
Date: Mon Sep 16 08:17:16 2019
New Revision: 512145
URL: https://svnweb.freebsd.org/changeset/ports/512145

Log:
  MFH: r512144
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/x11-toolkits/nucleo/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/x11-toolkits/nucleo/Makefile
==============================================================================
--- branches/2019Q3/x11-toolkits/nucleo/Makefile	Mon Sep 16 08:16:35 2019	(r512144)
+++ branches/2019Q3/x11-toolkits/nucleo/Makefile	Mon Sep 16 08:17:16 2019	(r512145)
@@ -13,6 +13,10 @@ COMMENT=	Toolkit to explore video and human-computer i
 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 \


More information about the svn-ports-branches mailing list