cad/caneda: fix build on GCC architectures

Use C++11 compiler:
  The compiler feature "cxx_decltype" is not known to CXX compiler

  "GNU"

  version 4.2.1.

MFH:		2020Q3 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-07-21 16:45:02 +00:00
parent b50fee8b39
commit a03fb3173c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542755

View File

@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqwt6.so:x11-toolkits/qwt6
USES= cmake desktop-file-utils qt:5 shared-mime-info
USES= cmake compiler:c++11-lang desktop-file-utils qt:5 \
shared-mime-info
USE_GITHUB= yes
GH_ACCOUNT= Caneda
GH_PROJECT= Caneda