svn commit: r493278 - branches/2019Q1/games/springlobby

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 18 17:08:40 UTC 2019


Author: amdmi3
Date: Mon Feb 18 17:08:38 2019
New Revision: 493278
URL: https://svnweb.freebsd.org/changeset/ports/493278

Log:
  MFH: r491038
  
  - Mark LLD_UNSAFE
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2019Q1/games/springlobby/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/games/springlobby/Makefile
==============================================================================
--- branches/2019Q1/games/springlobby/Makefile	Mon Feb 18 17:07:57 2019	(r493277)
+++ branches/2019Q1/games/springlobby/Makefile	Mon Feb 18 17:08:38 2019	(r493278)
@@ -22,6 +22,7 @@ USES=		cmake compiler:c++11-lib pkgconfig tar:bzip2
 CMAKE_ARGS=	-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}" \
 		-DENABLE_DEBUG_REPORT=FALSE
 USE_WX=		2.8+
+LLD_UNSAFE=	yes
 
 PORTDOCS=	*
 


More information about the svn-ports-branches mailing list