aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2018-09-26 21:40:53 +0800
committeremaste <emaste@FreeBSD.org>2018-09-26 21:40:53 +0800
commit5b940cd23ae279c922f116f8ed54337b0d828770 (patch)
tree9197eba1e6182b7017153cde475c8ee9e708564c /devel
parent23ca3fe570ca6e5c8606095122eda423a3b7c9f8 (diff)
downloadfreebsd-ports-gnome-5b940cd23ae279c922f116f8ed54337b0d828770.tar.gz
freebsd-ports-gnome-5b940cd23ae279c922f116f8ed54337b0d828770.tar.zst
freebsd-ports-gnome-5b940cd23ae279c922f116f8ed54337b0d828770.zip
devel/sope4: set LLD_UNSAFE
This port experiences odd failures with lld, so just fall back to GNU ld. amd64, lld 7.0: ld: error: corrupt input file: version definition index 2 for symbol undleManager.bundleSearchPaths is out of bounds >>> defined in ./../sope-core/NGExtensions/obj/libNGExtensions.so i386, lld 6.0: /usr/bin/ld: error: TLS attribute mismatch: _ThreadRuneLocale PR: 214864, 230608 Approved by: portmgr (lld blanket) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'devel')
-rw-r--r--devel/sope4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/sope4/Makefile b/devel/sope4/Makefile
index 14b4d978b160..94346d1a1511 100644
--- a/devel/sope4/Makefile
+++ b/devel/sope4/Makefile
@@ -28,6 +28,7 @@ MEMCACHED_DESC= Install memcached
USES= gmake iconv gnustep
USE_GNUSTEP= base build
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
+LLD_UNSAFE= yes # PR 230608
CONFLICTS= sope2-[0-9]* sope3-[0-9]*