Date: Sat, 20 Oct 2018 16:26:08 +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: r482593 - head/net-im/telepathy-logger-qt5 Message-ID: <201810201626.w9KGQ8Qw074945@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201626.w9KGQ8Qw074945>