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)
This commit is contained in:
parent
eb0abe4c96
commit
362b75e38d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=506920
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue