Add compiler:c++11-lang to USES to fix build on GCC-based systems:
CMake Error in src/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
42e6df1cd0
commit
dc8d2c3610
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547909
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COMMENT= Kirigami component gallery application
|
|||
LICENSE= LGPL20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.LGPL-2
|
||||
|
||||
USES= cmake kde:5 qt:5 tar:xz
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
|
||||
USE_KDE= ecm kirigami2 package
|
||||
USE_QT= core declarative gui network quickcontrols2 svg widgets \
|
||||
buildtools_build qmake_build
|
||||
|
|
Loading…
Reference in a new issue