mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
net-libs/ixwebsocket: fix build with GCC 15
Closes: https://bugs.gentoo.org/937500 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021-2023 Gentoo Authors
|
||||
# Copyright 2021-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -49,6 +49,8 @@ PATCHES=(
|
||||
"${FILESDIR}/${P}-use-system-spdlog.patch"
|
||||
# Fix Server empty thread name
|
||||
"${FILESDIR}/${P}-fix-server-empty-thread-name.patch"
|
||||
# Fix build with GCC 15
|
||||
"${FILESDIR}/${P}-fix-gcc15.patch"
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user