svn commit: r458382 - head/games/7kaa

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 20:22:23 UTC 2018


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

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/games/7kaa/Makefile

Modified: head/games/7kaa/Makefile
==============================================================================
--- head/games/7kaa/Makefile	Sun Jan  7 20:16:07 2018	(r458381)
+++ head/games/7kaa/Makefile	Sun Jan  7 20:22:22 2018	(r458382)
@@ -22,6 +22,7 @@ BROKEN_armv7=		fails to compile: OBULLET.cpp:41:9: con
 
 USES=		compiler:c++11-lib gmake localbase openal:al pkgconfig tar:xz
 GNU_CONFIGURE=	yes
+LLD_UNSAFE=	yes
 CONFIGURE_ARGS=	--disable-nls # no translations ATM
 USE_SDL=	sdl2
 


More information about the svn-ports-all mailing list