[linimon at lonesome.com: [linimon at FreeBSD.org: svn commit: r512782 - head/net-im/ruqola]]

Mark Linimon linimon at lonesome.com
Wed Sep 25 12:45:01 BST 2019


FYI.  Since this was a new port, I figured I could fix it quickly without
having to go through the PR process.

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Wed, 25 Sep 2019 11:23:03 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r512782 - head/net-im/ruqola

Author: linimon
Date: Wed Sep 25 11:23:03 2019
New Revision: 512782
URL: https://svnweb.freebsd.org/changeset/ports/512782

Log:
  Fix build on GCC-based systems:
  
    The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net-im/ruqola/Makefile

Modified: head/net-im/ruqola/Makefile
==============================================================================
--- head/net-im/ruqola/Makefile	Wed Sep 25 10:54:49 2019	(r512781)
+++ head/net-im/ruqola/Makefile	Wed Sep 25 11:23:03 2019	(r512782)
@@ -11,7 +11,7 @@ COMMENT=	Rocketchat client
 LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain \
 		libsecret-1.so:security/libsecret
 
-USES=		cmake gnome localbase:ldflags kde:5 qt:5
+USES=		cmake compiler:c++11-lang gnome kde:5 localbase:ldflags qt:5
 USE_GNOME=	glib20
 USE_KDE=	ecm coreaddons crash i18n kirigami2 notifications syntaxhighlighting
 USE_QT=		core dbus declarative declarative gui network networkauth \

----- End forwarded message -----


More information about the kde-freebsd mailing list