Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 19:49:15 +0000 (UTC)
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458378 - head/emulators/fs-uae
Message-ID:  <201801071949.w07JnFhe027743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: krion
Date: Sun Jan  7 19:49:15 2018
New Revision: 458378
URL: https://svnweb.freebsd.org/changeset/ports/458378

Log:
  Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
  if /usr/bin/ld is lld, until the issue can be addressed.
  
  PR:		214864
  Approved by:	portmgr (LLD_UNSAFE blanket)
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/emulators/fs-uae/Makefile

Modified: head/emulators/fs-uae/Makefile
==============================================================================
--- head/emulators/fs-uae/Makefile	Sun Jan  7 19:43:13 2018	(r458377)
+++ head/emulators/fs-uae/Makefile	Sun Jan  7 19:49:15 2018	(r458378)
@@ -20,6 +20,7 @@ USES=		gettext gmake pkgconfig
 USE_SDL=	sdl
 USE_GL=		gl
 USE_GNOME=	glib20
+LLD_UNSAFE=	yes
 INSTALLS_ICONS=	yes
 MAKE_ARGS+=	prefix=${PREFIX}
 



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