svn commit: r512782 - head/net-im/ruqola

Mark Linimon linimon at FreeBSD.org
Wed Sep 25 11:23:04 UTC 2019


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 \


More information about the svn-ports-all mailing list