svn commit: r472144 - head/net-im/kopete

Tobias C. Berner tcberner at FreeBSD.org
Sun Jun 10 15:40:26 UTC 2018


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 \


More information about the svn-ports-all mailing list