mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
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)
This commit is contained in:
parent
7cd0252d24
commit
cbb5b58fa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566612
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user