svn commit: r547909 - head/devel/kirigami-gallery

Mark Linimon linimon at FreeBSD.org
Mon Sep 7 17:02:46 UTC 2020


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


More information about the svn-ports-all mailing list