Date: Sun, 7 Jan 2018 19:19:00 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458374 - head/graphics/inventor Message-ID: <201801071919.w07JJ0Up014900@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sun Jan 7 19:19:00 2018 New Revision: 458374 URL: https://svnweb.freebsd.org/changeset/ports/458374 Log: 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 Modified: head/graphics/inventor/Makefile Modified: head/graphics/inventor/Makefile ============================================================================== --- head/graphics/inventor/Makefile Sun Jan 7 19:17:25 2018 (r458373) +++ head/graphics/inventor/Makefile Sun Jan 7 19:19:00 2018 (r458374) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071919.w07JJ0Up014900>