From 362b75e38d75c3a224b2bb3e0da21b03928df9e2 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 19 Jul 2019 09:35:46 +0000 Subject: [PATCH] science/kalzium: fix build on GCC architectures Needs C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: mentors (implicit approval) --- science/kalzium/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index 6393a01e0237..bced285400e2 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -13,7 +13,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:math/facile \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data -USES= cmake desktop-file-utils gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ + pkgconfig qt:5 tar:xz USE_GL= gl glew glu USE_KDE= auth archive attica bookmarks codecs completion config configwidgets \ coreaddons crash doctools ecm emoticons guiaddons i18n \