svn commit: r542755 - head/cad/caneda
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Jul 21 16:45:03 UTC 2020
Author: pkubaj
Date: Tue Jul 21 16:45:02 2020
New Revision: 542755
URL: https://svnweb.freebsd.org/changeset/ports/542755
Log:
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)
Modified:
head/cad/caneda/Makefile
Modified: head/cad/caneda/Makefile
==============================================================================
--- head/cad/caneda/Makefile Tue Jul 21 16:43:24 2020 (r542754)
+++ head/cad/caneda/Makefile Tue Jul 21 16:45:02 2020 (r542755)
@@ -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
More information about the svn-ports-head
mailing list