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:
heeplr 2025-09-01 13:02:30 +02:00 committed by Conrad Kostecki
parent 7ea18a611a
commit da32308874
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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() {