Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2020 01:40:42 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r555615 - branches/2020Q4/cad/ktechlab
Message-ID:  <202011180140.0AI1eg7Z031732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov 18 01:40:42 2020
New Revision: 555615
URL: https://svnweb.freebsd.org/changeset/ports/555615

Log:
  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)

Modified:
  branches/2020Q4/cad/ktechlab/Makefile
Directory Properties:
  branches/2020Q4/   (props changed)

Modified: branches/2020Q4/cad/ktechlab/Makefile
==============================================================================
--- branches/2020Q4/cad/ktechlab/Makefile	Wed Nov 18 01:39:47 2020	(r555614)
+++ branches/2020Q4/cad/ktechlab/Makefile	Wed Nov 18 01:40:42 2020	(r555615)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011180140.0AI1eg7Z031732>