mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-im/spectrum: update to c++17
Signed-off-by: heeplr <32984777+heeplr@users.noreply.github.com> Closes: https://bugs.gentoo.org/942678 Part-of: https://github.com/gentoo/gentoo/pull/43631 Closes: https://github.com/gentoo/gentoo/pull/43631 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -7,7 +7,7 @@ Don't focre c11
|
||||
project(libtransport)
|
||||
|
||||
-set(CMAKE_CXX_STANDARD 11)
|
||||
+set(CMAKE_CXX_STANDARD 14)
|
||||
+set(CMAKE_CXX_STANDARD 17)
|
||||
if(WIN32)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
endif(WIN32)
|
||||
@@ -59,7 +59,7 @@ DEPEND="
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.2.1-boost-1.85.patch
|
||||
"${FILESDIR}"/${PN}-2.2.1-use-c++14.patch
|
||||
"${FILESDIR}"/${PN}-2.2.1-use-c++17.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
|
||||
Reference in New Issue
Block a user