Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 20:23:22 +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: r522056 - head/finance/kraft
Message-ID:  <202001042023.004KNMKn069338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Jan  4 20:23:21 2020
New Revision: 522056
URL: https://svnweb.freebsd.org/changeset/ports/522056

Log:
  Fix build on GCC-based systems:
  
    CMake Error in src/CMakeLists.txt: The compiler feature "cxx_decltype"
    is not known to CXX compiler "GNU" version 4.2.1.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/finance/kraft/Makefile

Modified: head/finance/kraft/Makefile
==============================================================================
--- head/finance/kraft/Makefile	Sat Jan  4 20:20:49 2020	(r522055)
+++ head/finance/kraft/Makefile	Sat Jan  4 20:23:21 2020	(r522056)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS+=libctemplate.so:textproc/google-ctemplate
 
-USES=		cmake kde:5 qt:5
+USES=		cmake compiler:c++11-lang kde:5 qt:5
 USE_KDE=	akonadi akonadicontacts \
 		auth codecs config configwidgets contacts coreaddons \
 		i18n itemmodels widgetsaddons



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