Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2020 21:05: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: r547940 - head/x11/glcapsviewer
Message-ID:  <202009072105.087L5MFT083786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Sep  7 21:05:22 2020
New Revision: 547940
URL: https://svnweb.freebsd.org/changeset/ports/547940

Log:
  Add compiler:c++11-lang to USES to fix build on GCC-based systems:
  
    CMake Error in 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/x11/glcapsviewer/Makefile

Modified: head/x11/glcapsviewer/Makefile
==============================================================================
--- head/x11/glcapsviewer/Makefile	Mon Sep  7 21:02:05 2020	(r547939)
+++ head/x11/glcapsviewer/Makefile	Mon Sep  7 21:05:22 2020	(r547940)
@@ -17,7 +17,7 @@ GH_ACCOUNT=	SaschaWillems
 GH_PROJECT=	glCapsViewer
 GH_TAGNAME=	26e160c
 
-USES=		cmake gl qt:5 xorg
+USES=		cmake compiler:c++11-lang gl qt:5 xorg
 USE_GL=		gl glew glu
 USE_QT=		buildtools_build qmake_build core gui network widgets
 USE_XORG=	ice sm x11 xext



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