Date: Sun, 7 Jan 2018 19:03:29 +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: r458372 - head/net-im/toxic Message-ID: <201801071903.w07J3TeP010327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801071903.w07J3TeP010327>