svn commit: r512149 - branches/2019Q3/deskutils/gworkspace-gwmetadata

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


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

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

Modified:
  branches/2019Q3/deskutils/gworkspace-gwmetadata/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/deskutils/gworkspace-gwmetadata/Makefile
==============================================================================
--- branches/2019Q3/deskutils/gworkspace-gwmetadata/Makefile	Mon Sep 16 09:07:42 2019	(r512148)
+++ branches/2019Q3/deskutils/gworkspace-gwmetadata/Makefile	Mon Sep 16 09:08:50 2019	(r512149)
@@ -13,6 +13,10 @@ COMMENT=	GWMetadata for GNUstep workspace manager
 
 LICENSE=	GPLv2
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		ld: error: /usr/local/GNUstep/System/Library/Libraries/libFSNode.so: undefined reference to NSApplicationFileType
+.endif
+
 USES=		gnustep sqlite
 USE_GNUSTEP=	back build
 GNU_CONFIGURE=	yes


More information about the svn-ports-branches mailing list