Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 03:01:23 +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: r564990 - head/x11/screengrab
Message-ID:  <202102120301.11C31Nxx089379@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Feb 12 03:01:23 2021
New Revision: 564990
URL: https://svnweb.freebsd.org/changeset/ports/564990

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.
  
  While here, sort USES; add one blank line to be in accordance with
  common usage.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/x11/screengrab/Makefile

Modified: head/x11/screengrab/Makefile
==============================================================================
--- head/x11/screengrab/Makefile	Fri Feb 12 01:01:20 2021	(r564989)
+++ head/x11/screengrab/Makefile	Fri Feb 12 03:01:23 2021	(r564990)
@@ -10,10 +10,11 @@ COMMENT=	Screen dump utility
 
 LICENSE=	LGPL21+
 
-USES=		lxqt tar:xz cmake xorg qt:5 gnome kde:5
+USES=		cmake compiler:c++11-lang gnome kde:5 lxqt qt:5 tar:xz xorg
 USE_LXQT=	qtxdg
 USE_XORG=	x11 xcb sm ice xext
 USE_KDE=	windowsystem
 USE_QT=		buildtools qmake core dbus xml svg widgets gui x11extras network
 USE_GNOME=	glib20
+
 .include <bsd.port.mk>



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