Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2021 16:08:09 +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: r566612 - head/print/limereport
Message-ID:  <202102261608.11QG89Ic074099@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Feb 26 16:08:09 2021
New Revision: 566612
URL: https://svnweb.freebsd.org/changeset/ports/566612

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/print/limereport/Makefile

Modified: head/print/limereport/Makefile
==============================================================================
--- head/print/limereport/Makefile	Fri Feb 26 15:45:44 2021	(r566611)
+++ head/print/limereport/Makefile	Fri Feb 26 16:08:09 2021	(r566612)
@@ -11,7 +11,7 @@ COMMENT=	Multi-platform C++ report generator library w
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake dos2unix gl qt:5
+USES=		cmake compiler:c++11-lang dos2unix gl qt:5
 USE_QT+=	buildtools_build core gui script sql xml svg quickcontrols2 \
 		printsupport uitools network widgets declarative qmake_build
 USE_GL=		gl



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