Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2019 11:23:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512782 - head/net-im/ruqola
Message-ID:  <201909251123.x8PBN3cI045924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909251123.x8PBN3cI045924>