summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-08 09:26:21 +0000
committerSam James <sam@gentoo.org>2025-01-08 09:26:21 +0000
commit71cabda1595b263caab6385584526a094748ed03 (patch)
treeae78244c86fcf79f51584c7e4355b7df98ea76b9 /dev-libs/spdlog
parentnet-wireless/gnuradio: fix build w/ libfmt-11.0 (diff)
downloadgentoo-71cabda1595b263caab6385584526a094748ed03.tar.gz
gentoo-71cabda1595b263caab6385584526a094748ed03.tar.bz2
gentoo-71cabda1595b263caab6385584526a094748ed03.zip
dev-libs/spdlog: backport libfmt-1.11.1 patch to 1.14.1 too
I originally didn't add it here as I didn't see the need, but spdlog is another one of those libraries people often need to pin / add < deps on so it makes sense to fix it for older 1.14.1 too. Closes: https://bugs.gentoo.org/947055 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/spdlog')
-rw-r--r--dev-libs/spdlog/spdlog-1.14.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/spdlog/spdlog-1.14.1.ebuild b/dev-libs/spdlog/spdlog-1.14.1.ebuild
index 3acca343cbc8..9cf9e250d714 100644
--- a/dev-libs/spdlog/spdlog-1.14.1.ebuild
+++ b/dev-libs/spdlog/spdlog-1.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -34,6 +34,7 @@ RDEPEND="${DEPEND}"
PATCHES=(
"${FILESDIR}/${PN}-force_external_fmt.patch"
+ "${FILESDIR}/${PN}-1.15.0-libfmt-11.1.0.patch"
)
multilib_src_prepare() {