mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user