forked from Lainports/freebsd-ports
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
b96b6dc069
commit
0c6d047ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
LIB_DEPENDS+=libctemplate.so:textproc/google-ctemplate
|
||||
|
||||
USES= cmake kde:5 qt:5
|
||||
USES= cmake compiler:c++11-lang kde:5 qt:5
|
||||
USE_KDE= akonadi akonadicontacts \
|
||||
auth codecs config configwidgets contacts coreaddons \
|
||||
i18n itemmodels widgetsaddons
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue