svn commit: r458381 - head/emulators/yabause

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 20:16:08 UTC 2018


Author: krion
Date: Sun Jan  7 20:16:07 2018
New Revision: 458381
URL: https://svnweb.freebsd.org/changeset/ports/458381

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/emulators/yabause/Makefile

Modified: head/emulators/yabause/Makefile
==============================================================================
--- head/emulators/yabause/Makefile	Sun Jan  7 20:02:12 2018	(r458380)
+++ head/emulators/yabause/Makefile	Sun Jan  7 20:16:07 2018	(r458381)
@@ -18,6 +18,7 @@ USE_GL=		gl glu glut
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+LLD_UNSAFE=	yes
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list