Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 15:40:25 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472144 - head/net-im/kopete
Message-ID:  <201806101540.w5AFePxh090306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jun 10 15:40:24 2018
New Revision: 472144
URL: https://svnweb.freebsd.org/changeset/ports/472144

Log:
  net-im/kopete: add work-around to fix build on current
  
  PR:		228640
  Submitted by:	emaste

Modified:
  head/net-im/kopete/Makefile

Modified: head/net-im/kopete/Makefile
==============================================================================
--- head/net-im/kopete/Makefile	Sun Jun 10 14:47:10 2018	(r472143)
+++ head/net-im/kopete/Makefile	Sun Jun 10 15:40:24 2018	(r472144)
@@ -27,6 +27,8 @@ USE_KDE+=	contacts identitymanagement libkleo pimtexte
 USE_QT5=        core dbus gui network phonon4 printsupport sql widgets xml \
 		buildtools_build qmake_build
 
+# See #228640: temporary work around to fix the build on Current with ld being lld.
+LLD_UNSAFE=	yes
 
 SHEBANG_FILES=	protocols/winpopup/winpopup-install \
 		protocols/winpopup/winpopup-send \



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