From 7c3f251c04223ac1c784a58016222b7ae4ace653 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Tue, 4 Jun 2019 16:10:47 +0000 Subject: [PATCH] net-im/kaidan: fix build Add USES=compiler:c++11-lang to fix build: CMake Error in CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval) --- net-im/kaidan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/kaidan/Makefile b/net-im/kaidan/Makefile index c4fbdc0ef400..036b2eacfabe 100644 --- a/net-im/kaidan/Makefile +++ b/net-im/kaidan/Makefile @@ -10,7 +10,7 @@ COMMENT= A user-friendly XMPP client for every device LIB_DEPENDS= libqxmpp.so:net-im/qxmpp-qt5 -USES= cmake desktop-file-utils kde:5 pkgconfig qt:5 +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 pkgconfig qt:5 USE_KDE= ecm kirigami2 USE_QT= core declarative gui network quickcontrols2 sql svg widgets xml \ buildtools_build qmake_build