Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Aug 2018 18:45:45 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478365 - head/games/freeorion
Message-ID:  <201808291845.w7TIjjZ9054325@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Aug 29 18:45:44 2018
New Revision: 478365
URL: https://svnweb.freebsd.org/changeset/ports/478365

Log:
  Mark as LLD_UNSAFE.
  
  PR:		230356
  Submitted by:	me
  Approved by:	amdmi3 (maintainer)

Modified:
  head/games/freeorion/Makefile

Modified: head/games/freeorion/Makefile
==============================================================================
--- head/games/freeorion/Makefile	Wed Aug 29 18:08:38 2018	(r478364)
+++ head/games/freeorion/Makefile	Wed Aug 29 18:45:44 2018	(r478365)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 USE_GITHUB=	yes
 
 USES=		cmake compiler:c++14-lang python:2.7
+LLD_UNSAFE=	yes
 
 PORTDOCS=	ChangeLog.md README.md
 PORTDATA=	*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808291845.w7TIjjZ9054325>