1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

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
This commit is contained in:
Kirill Ponomarev 2018-01-07 19:19:00 +00:00
parent 0dfb387ba5
commit d5c2c8d668
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458374

View File

@ -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