svn commit: r466141 - head/games/megaglest

Kirill Ponomarev krion at FreeBSD.org
Sun Apr 1 11:15:45 UTC 2018


Author: krion
Date: Sun Apr  1 11:15:44 2018
New Revision: 466141
URL: https://svnweb.freebsd.org/changeset/ports/466141

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/megaglest/Makefile

Modified: head/games/megaglest/Makefile
==============================================================================
--- head/games/megaglest/Makefile	Sun Apr  1 11:05:21 2018	(r466140)
+++ head/games/megaglest/Makefile	Sun Apr  1 11:15:44 2018	(r466141)
@@ -35,6 +35,7 @@ USE_GL=		glew gl glu
 USE_SDL=	sdl2
 USE_XORG=	sm ice x11 xext
 USE_CXXSTD=	c++11
+LLD_UNSAFE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lssl -lcrypto


More information about the svn-ports-head mailing list