Date: Fri, 29 Jun 2018 11:45:23 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473541 - head/games/stuntrally Message-ID: <201806291145.w5TBjNqW014274@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806291145.w5TBjNqW014274>