dev-libs/spdlog: Fix src_prepare()

multilib_src_prepare() does not exist. Fortunately, cmake_src_prepare
was run by default and applied the patch.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2025-11-19 16:25:49 -05:00
parent d6cbe26d82
commit 40a3f80548
No known key found for this signature in database
GPG Key ID: ACEB29740C9A4E97
4 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ PATCHES=(
"${FILESDIR}/${PN}-force_external_fmt.patch"
)
multilib_src_prepare() {
src_prepare() {
cmake_src_prepare
rm -r include/spdlog/fmt/bundled || die "Failed to delete bundled libfmt"
}

View File

@ -36,7 +36,7 @@ PATCHES=(
"${FILESDIR}/${PN}-force_external_fmt.patch"
)
multilib_src_prepare() {
src_prepare() {
cmake_src_prepare
rm -r include/spdlog/fmt/bundled || die "Failed to delete bundled libfmt"
}

View File

@ -36,7 +36,7 @@ PATCHES=(
"${FILESDIR}/${PN}-force_external_fmt.patch"
)
multilib_src_prepare() {
src_prepare() {
cmake_src_prepare
rm -r include/spdlog/fmt/bundled || die "Failed to delete bundled libfmt"
}

View File

@ -36,7 +36,7 @@ PATCHES=(
"${FILESDIR}/${PN}-force_external_fmt.patch"
)
multilib_src_prepare() {
src_prepare() {
cmake_src_prepare
rm -r include/spdlog/fmt/bundled || die "Failed to delete bundled libfmt"
}