MFH: r553470
deskutils/syncthingtray: fix build on GCC architectures Use C++11 compiler: 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
6cd35c46a0
commit
344fdb24fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=553472
@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmak
|
||||
LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
|
||||
libboost_regex.so:devel/boost-libs
|
||||
|
||||
USES= cmake:insource iconv kde:5 qt:5
|
||||
USES= cmake:insource compiler:c++11-lang iconv kde:5 qt:5
|
||||
|
||||
USE_GITHUB= nodefault
|
||||
GH_TUPLE= Martchus:${PORTNAME}:${DISTVERSIONPREFIX}${DISTVERSION}:syncthingtray/../syncthingtray \
|
||||
|
Loading…
Reference in New Issue
Block a user