aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-21 16:57:06 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-21 16:57:06 +0000
commit43ae050ac6ae645978690017baf21ef1663d8774 (patch)
tree96a87afc5b0485ab258403e604cfc593916f5ee3 /cad
parent45a24fc25b6a460b3ff1a27b79f18bdc55c1f742 (diff)
downloadports-43ae050ac6ae645978690017baf21ef1663d8774.tar.gz
ports-43ae050ac6ae645978690017baf21ef1663d8774.zip
MFH: r542755
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. Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=542756
Diffstat (limited to 'cad')
-rw-r--r--cad/caneda/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/caneda/Makefile b/cad/caneda/Makefile
index df5002649dad..3f91d0de9cf0 100644
--- a/cad/caneda/Makefile
+++ b/cad/caneda/Makefile
@@ -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