svn commit: r547940 - head/x11/glcapsviewer

Mark Linimon linimon at FreeBSD.org
Mon Sep 7 21:05:23 UTC 2020


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


More information about the svn-ports-head mailing list