svn commit: r473541 - head/games/stuntrally

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 29 11:45:24 UTC 2018


Author: amdmi3
Date: Fri Jun 29 11:45:23 2018
New Revision: 473541
URL: https://svnweb.freebsd.org/changeset/ports/473541

Log:
  - Try to fix build with LLD

Modified:
  head/games/stuntrally/Makefile

Modified: head/games/stuntrally/Makefile
==============================================================================
--- head/games/stuntrally/Makefile	Fri Jun 29 10:51:56 2018	(r473540)
+++ head/games/stuntrally/Makefile	Fri Jun 29 11:45:23 2018	(r473541)
@@ -25,6 +25,7 @@ USE_CXXSTD=	gnu++11
 DOS2UNIX_FILES=	source/ogre/BaseApp_Create.cpp
 CMAKE_ARGS=	-DSHARE_INSTALL="${DATADIR_REL}" \
 		-DBULLET_ROOT="${LOCALBASE}"
+LLD_UNSAFE=	yes
 
 PORTDOCS=	Readme.txt
 PORTDATA=	*


More information about the svn-ports-all mailing list