mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
d6cbe26d82
commit
40a3f80548
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user