mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08: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:
parent
7ea18a611a
commit
da32308874
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user