Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 17:02:46 +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: r547909 - head/devel/kirigami-gallery
Message-ID:  <202009071702.087H2ktS033999@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep  7 17:02:45 2020
New Revision: 547909
URL: https://svnweb.freebsd.org/changeset/ports/547909

Log:
  Add compiler:c++11-lang to USES to 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/devel/kirigami-gallery/Makefile

Modified: head/devel/kirigami-gallery/Makefile
==============================================================================
--- head/devel/kirigami-gallery/Makefile	Mon Sep  7 16:47:09 2020	(r547908)
+++ head/devel/kirigami-gallery/Makefile	Mon Sep  7 17:02:45 2020	(r547909)
@@ -10,7 +10,7 @@ COMMENT=	Kirigami component gallery application
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE.LGPL-2
 
-USES=		cmake kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz
 USE_KDE=	ecm kirigami2 package
 USE_QT=		core declarative gui network quickcontrols2 svg widgets \
 		buildtools_build qmake_build



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