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)
This commit is contained in:
parent
47018bb974
commit
a334a3700b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=555615
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user