svn commit: r566612 - head/print/limereport

Mark Linimon linimon at FreeBSD.org
Fri Feb 26 16:08:09 UTC 2021


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


More information about the svn-ports-all mailing list