svn commit: r458372 - head/net-im/toxic

Kirill Ponomarev krion at FreeBSD.org
Sun Jan 7 19:03:30 UTC 2018


Author: krion
Date: Sun Jan  7 19:03:28 2018
New Revision: 458372
URL: https://svnweb.freebsd.org/changeset/ports/458372

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/net-im/toxic/Makefile

Modified: head/net-im/toxic/Makefile
==============================================================================
--- head/net-im/toxic/Makefile	Sun Jan  7 19:02:35 2018	(r458371)
+++ head/net-im/toxic/Makefile	Sun Jan  7 19:03:28 2018	(r458372)
@@ -38,6 +38,7 @@ PYTHON_VARS=	USES+=python:3.3+
 PYTHON_MAKE_ARGS=	ENABLE_PYTHON=1
 
 MAKE_ENV=	USER_CFLAGS="${CFLAGS}" USER_LDFLAGS="${LDFLAGS}"
+LLD_UNSAFE=	yes
 SUB_FILES=	pkg-message
 
 USES=		desktop-file-utils gettext-runtime gmake ncurses openal:al,alut pkgconfig


More information about the svn-ports-all mailing list