Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 20:22:22 +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: r458382 - head/games/7kaa
Message-ID:  <201801072022.w07KMMCW044346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801072022.w07KMMCW044346>