svn commit: r458378 - head/emulators/fs-uae

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 19:49:17 UTC 2018


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}
 


More information about the svn-ports-all mailing list