aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-18 01:40:42 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-18 01:40:42 +0000
commita334a3700bbb3027ae1b01128de9f52fedb83f12 (patch)
tree580328dbaffccf7404295849e8f1b4c9a10cf7a5
parent47018bb97488dfc695625de4adf8bad60fd1772d (diff)
downloadports-a334a3700bbb3027ae1b01128de9f52fedb83f12.tar.gz
ports-a334a3700bbb3027ae1b01128de9f52fedb83f12.zip
MFH: r555614
cad/ktechlab: fix build on GCC architectures 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/2020Q4/; revision=555615
-rw-r--r--cad/ktechlab/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/ktechlab/Makefile b/cad/ktechlab/Makefile
index 192662ddbfe2..540a1c485acb 100644
--- a/cad/ktechlab/Makefile
+++ b/cad/ktechlab/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgpsim.so:misc/gpsim
-USES= cmake desktop-file-utils gnome kde:5 localbase qt:5 shared-mime-info
+USES= cmake compiler:c++11-lang desktop-file-utils gnome kde:5 \
+ localbase qt:5 shared-mime-info
USE_GITHUB= yes
USE_QT= concurrent core dbus gui network printsupport widgets xml \
qmake_build buildtools_build