Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 14:40:51 +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: r473443 - head/games/chromium-bsu
Message-ID:  <201806271440.w5REepZ0099842@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 27 14:40:51 2018
New Revision: 473443
URL: https://svnweb.freebsd.org/changeset/ports/473443

Log:
  - Try to fix build with LLD

Modified:
  head/games/chromium-bsu/Makefile

Modified: head/games/chromium-bsu/Makefile
==============================================================================
--- head/games/chromium-bsu/Makefile	Wed Jun 27 14:36:37 2018	(r473442)
+++ head/games/chromium-bsu/Makefile	Wed Jun 27 14:40:51 2018	(r473443)
@@ -25,6 +25,7 @@ CONFIGURE_ARGS=	--disable-sdl \
 		--disable-ftgl \
 		--disable-glut \
 		--disable-glpng
+LLD_UNSAFE=	yes
 
 INSTALLS_ICONS=	yes
 



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