diff options
author | krion <krion@FreeBSD.org> | 2018-01-08 03:19:00 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2018-01-08 03:19:00 +0800 |
commit | d9f137bc4193b721f1bbc6f81fb088173a0ff49a (patch) | |
tree | cd4820f507f613bafb21dbceaaf5a9b818f2f311 /graphics/inventor | |
parent | 161f9e385b3fc86105bc2c3b1d7def6475b07e65 (diff) | |
download | freebsd-ports-gnome-d9f137bc4193b721f1bbc6f81fb088173a0ff49a.tar.gz freebsd-ports-gnome-d9f137bc4193b721f1bbc6f81fb088173a0ff49a.tar.zst freebsd-ports-gnome-d9f137bc4193b721f1bbc6f81fb088173a0ff49a.zip |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'graphics/inventor')
-rw-r--r-- | graphics/inventor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index 7c6dcd4636a9..44e2cc902fe8 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -43,6 +43,7 @@ OPTIONS_DEFINE= DEBUG DEBUG_MAKE_ENV= LIBTYPE=debug LDFLAGS+= -Wl,--add-needed +LLD_UNSAFE= yes post-patch: # Fix for print/freetype2 v2.7, where FT_Done_GlyphSlot function is not exported |