aboutsummaryrefslogtreecommitdiff
path: root/net-im/kaidan
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-04 16:10:47 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-06-04 16:10:47 +0000
commit7c3f251c04223ac1c784a58016222b7ae4ace653 (patch)
treed5f6de103cc22b289ee0caa52e9c7947527cf333 /net-im/kaidan
parent47ce821484b3438dea67023b367148b49f85898a (diff)
downloadports-7c3f251c04223ac1c784a58016222b7ae4ace653.tar.gz
ports-7c3f251c04223ac1c784a58016222b7ae4ace653.zip
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)
Notes
Notes: svn path=/head/; revision=503476
Diffstat (limited to 'net-im/kaidan')
-rw-r--r--net-im/kaidan/Makefile2
1 files changed, 1 insertions, 1 deletions
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