svn commit: r473056 - head/games/hedgewars

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 22 18:47:38 UTC 2018


Author: amdmi3
Date: Fri Jun 22 18:47:36 2018
New Revision: 473056
URL: https://svnweb.freebsd.org/changeset/ports/473056

Log:
  - Attempt to fix build with lld
  
  PR:		228639
  Submitted by:	emaste

Modified:
  head/games/hedgewars/Makefile

Modified: head/games/hedgewars/Makefile
==============================================================================
--- head/games/hedgewars/Makefile	Fri Jun 22 18:31:58 2018	(r473055)
+++ head/games/hedgewars/Makefile	Fri Jun 22 18:47:36 2018	(r473056)
@@ -23,6 +23,7 @@ USE_FPC=	opengl libpng rtl-objpas
 USE_QT5=	core gui widgets network \
 		qmake_build buildtools_build \
 		linguisttools_build
+LLD_UNSAFE=	yes
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	bin/${PORTNAME} bin/hwengine \


More information about the svn-ports-all mailing list