svn commit: r458374 - head/graphics/inventor

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 19:19:01 UTC 2018


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


More information about the svn-ports-head mailing list