Date: Sat, 20 Oct 2018 16:51:28 +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: r482603 - head/net-im/telepathy-qt Message-ID: <201810201651.w9KGpSI5088366@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201651.w9KGpSI5088366>