Date: Sun, 7 Jan 2018 20:16:07 +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: r458381 - head/emulators/yabause Message-ID: <201801072016.w07KG76J040308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sun Jan 7 20:16:07 2018 New Revision: 458381 URL: https://svnweb.freebsd.org/changeset/ports/458381 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/yabause/Makefile Modified: head/emulators/yabause/Makefile ============================================================================== --- head/emulators/yabause/Makefile Sun Jan 7 20:02:12 2018 (r458380) +++ head/emulators/yabause/Makefile Sun Jan 7 20:16:07 2018 (r458381) @@ -18,6 +18,7 @@ USE_GL= gl glu glut CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +LLD_UNSAFE= yes SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801072016.w07KG76J040308>