svn commit: r482593 - head/net-im/telepathy-logger-qt5

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:26:08 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:26:07 2018
New Revision: 482593
URL: https://svnweb.freebsd.org/changeset/ports/482593

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

Modified:
  head/net-im/telepathy-logger-qt5/Makefile

Modified: head/net-im/telepathy-logger-qt5/Makefile
==============================================================================
--- head/net-im/telepathy-logger-qt5/Makefile	Sat Oct 20 16:21:14 2018	(r482592)
+++ head/net-im/telepathy-logger-qt5/Makefile	Sat Oct 20 16:26:07 2018	(r482593)
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 		libtelepathy-logger.so:net-im/telepathy-logger \
 		libtelepathy-qt5.so:net-im/telepathy-qt at qt5
 
-USES=		bison:build cmake:outsource kde:5 pkgconfig python:2.7,build qt:5 tar:xz
+USES=		bison:build cmake:outsource compiler:c++11-lang kde:5 \
+		pkgconfig python:2.7,build qt:5 tar:xz
 USE_GNOME=	glib20 libxml2
 USE_KDE=	ecm
 USE_QT=		core buildtools_build dbus network qmake_build xml


More information about the svn-ports-head mailing list