svn commit: r466135 - head/games/spring

Kirill Ponomarev krion at FreeBSD.org
Sun Apr 1 09:21:49 UTC 2018


Author: krion
Date: Sun Apr  1 09:21:48 2018
New Revision: 466135
URL: https://svnweb.freebsd.org/changeset/ports/466135

Log:
  Switch to ld.bfd by default as ld.ldd doesn't have built-in default
  output target.
  
  PR:		226980
  Submitted by:	emaste
  Approved by:	portmgr (LLD_UNSAFE blanket)

Modified:
  head/games/spring/Makefile

Modified: head/games/spring/Makefile
==============================================================================
--- head/games/spring/Makefile	Sun Apr  1 09:20:17 2018	(r466134)
+++ head/games/spring/Makefile	Sun Apr  1 09:21:48 2018	(r466135)
@@ -30,6 +30,7 @@ USE_SDL=	sdl2
 USE_GL=		gl glu glew
 USE_XORG=	x11 xcursor
 USE_LDCONFIG=	yes
+LLD_UNSAFE=	yes
 DOS2UNIX_GLOB=	*.h *.hpp *.cpp
 
 USES=		cmake compiler:c++11-lib dos2unix openal:al tar:lzma


More information about the svn-ports-head mailing list