svn commit: r473443 - head/games/chromium-bsu

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 27 14:40:52 UTC 2018


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
 


More information about the svn-ports-all mailing list