Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2019 16:10:47 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503476 - head/net-im/kaidan
Message-ID:  <201906041610.x54GAlOH054999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Jun  4 16:10:47 2019
New Revision: 503476
URL: https://svnweb.freebsd.org/changeset/ports/503476

Log:
  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)

Modified:
  head/net-im/kaidan/Makefile

Modified: head/net-im/kaidan/Makefile
==============================================================================
--- head/net-im/kaidan/Makefile	Tue Jun  4 14:17:39 2019	(r503475)
+++ head/net-im/kaidan/Makefile	Tue Jun  4 16:10:47 2019	(r503476)
@@ -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



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