From 6b543b4161279c3602c5d798ff5287854008405e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 18 Nov 2020 01:39:47 +0000 Subject: [PATCH] cad/ktechlab: fix build on GCC architectures The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. MFH: 2020Q4 (fix build blanket) --- cad/ktechlab/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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