svn commit: r466233 - head/games/supertux2

Kirill Ponomarev krion at FreeBSD.org
Mon Apr 2 16:11:13 UTC 2018


Author: krion
Date: Mon Apr  2 16:11:12 2018
New Revision: 466233
URL: https://svnweb.freebsd.org/changeset/ports/466233

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

Modified: head/games/supertux2/Makefile
==============================================================================
--- head/games/supertux2/Makefile	Mon Apr  2 15:36:31 2018	(r466232)
+++ head/games/supertux2/Makefile	Mon Apr  2 16:11:12 2018	(r466233)
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libphysfs.so:devel/physfs \
 
 BROKEN_FreeBSD_10=	does not build on 10.x
 
+LLD_UNSAFE=	yes
 USE_SDL=	sdl2 image2
 USE_GL=		glew
 USES=		cmake:outsource compiler:c++11-lib dos2unix iconv \


More information about the svn-ports-head mailing list