diff options
author | linimon <linimon@FreeBSD.org> | 2020-01-05 04:23:21 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2020-01-05 04:23:21 +0800 |
commit | a86d10d4f49f3bb6f0b2aeabd7f78eef017a3965 (patch) | |
tree | 7ecf166ef668f2ab3ab453c28fef47c1aa774045 /finance | |
parent | 62c2a067def23e47adebbdd5853ebf89442d76bb (diff) | |
download | freebsd-ports-gnome-a86d10d4f49f3bb6f0b2aeabd7f78eef017a3965.tar.gz freebsd-ports-gnome-a86d10d4f49f3bb6f0b2aeabd7f78eef017a3965.tar.zst freebsd-ports-gnome-a86d10d4f49f3bb6f0b2aeabd7f78eef017a3965.zip |
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)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/kraft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/kraft/Makefile b/finance/kraft/Makefile index 2794e8045f52..bb44c5d4fa2b 100644 --- a/finance/kraft/Makefile +++ b/finance/kraft/Makefile @@ -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 |