svn commit: r555614 - head/cad/ktechlab
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Nov 18 01:39:47 UTC 2020
Author: pkubaj
Date: Wed Nov 18 01:39:47 2020
New Revision: 555614
URL: https://svnweb.freebsd.org/changeset/ports/555614
Log:
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)
Modified:
head/cad/ktechlab/Makefile
Modified: head/cad/ktechlab/Makefile
==============================================================================
--- head/cad/ktechlab/Makefile Wed Nov 18 01:38:23 2020 (r555613)
+++ head/cad/ktechlab/Makefile Wed Nov 18 01:39:47 2020 (r555614)
@@ -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
More information about the svn-ports-head
mailing list