svn commit: r482603 - head/net-im/telepathy-qt

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:51:29 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:51:28 2018
New Revision: 482603
URL: https://svnweb.freebsd.org/changeset/ports/482603

Log:
  net-im/telepathy-qt: fix build with GCC-based architectures of qt5 flavor
  
  PR:		232260
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/net-im/telepathy-qt/Makefile

Modified: head/net-im/telepathy-qt/Makefile
==============================================================================
--- head/net-im/telepathy-qt/Makefile	Sat Oct 20 16:48:13 2018	(r482602)
+++ head/net-im/telepathy-qt/Makefile	Sat Oct 20 16:51:28 2018	(r482603)
@@ -39,7 +39,7 @@ USE_QT=		corelib dbus gui network xml \
 		moc_build qmake_build qtestlib_build rcc_build uic_build
 SHLIB_SUFFIX=	2
 . else
-USES+=		qt:5
+USES+=		compiler:c++11-lang qt:5
 USE_QT=		core dbus gui network xml \
 		buildtools_build qmake_build testlib_build widgets_build
 SHLIB_SUFFIX=	0


More information about the svn-ports-all mailing list