From cbb5b58fa3bf33fa71c0b13145cb9005d78228f1 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 26 Feb 2021 16:08:09 +0000 Subject: 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) --- print/limereport/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print') diff --git a/print/limereport/Makefile b/print/limereport/Makefile index 17dcbafd05bf..fd3703dfa1a1 100644 --- a/print/limereport/Makefile +++ b/print/limereport/Makefile @@ -11,7 +11,7 @@ COMMENT= Multi-platform C++ report generator library written using Qt framework 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 -- cgit v1.2.3