aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-16 09:08:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-16 09:08:50 +0000
commit9c8ac09d6dff386170ea092c1f65ce5bb5442875 (patch)
treed9f2002c797bde4c0901a95d7569e14ec631ffc2
parent591dd857d8788f084ff18029a1c450b4bf91c0aa (diff)
downloadports-9c8ac09d6dff386170ea092c1f65ce5bb5442875.tar.gz
ports-9c8ac09d6dff386170ea092c1f65ce5bb5442875.zip
MFH: r512148
Mark BROKEN with lld Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=512149
-rw-r--r--deskutils/gworkspace-gwmetadata/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/deskutils/gworkspace-gwmetadata/Makefile b/deskutils/gworkspace-gwmetadata/Makefile
index b0fa79bb8f76..cf0d9e026242 100644
--- a/deskutils/gworkspace-gwmetadata/Makefile
+++ b/deskutils/gworkspace-gwmetadata/Makefile
@@ -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