svn commit: r521667 - head/deskutils/ktimetracker

Mark Linimon linimon at FreeBSD.org
Wed Jan 1 00:05:22 UTC 2020


Author: linimon
Date: Wed Jan  1 00:05:21 2020
New Revision: 521667
URL: https://svnweb.freebsd.org/changeset/ports/521667

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/deskutils/ktimetracker/Makefile

Modified: head/deskutils/ktimetracker/Makefile
==============================================================================
--- head/deskutils/ktimetracker/Makefile	Wed Jan  1 00:01:42 2020	(r521666)
+++ head/deskutils/ktimetracker/Makefile	Wed Jan  1 00:05:21 2020	(r521667)
@@ -11,7 +11,7 @@ COMMENT=	Todo management and time tracker
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
 USE_KDE=	kio sonnet auth calendarcore codecs config configwidgets \
 		coreaddons dbusaddons i18n idletime jobwidgets \
 		notifications service textwidgets widgetsaddons \


More information about the svn-ports-all mailing list