[linimon at FreeBSD.org: svn commit: r547909 - head/devel/kirigami-gallery]

Mark Linimon linimon at lonesome.com
Mon Sep 7 18:03:40 BST 2020


FYI

mcl

----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----

Date: Mon, 7 Sep 2020 17:02:46 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r547909 - head/devel/kirigami-gallery

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

----- End forwarded message -----


More information about the kde-freebsd mailing list