commit: bab2378af620dcf5d1eb534b6e39f518d80f32f7 Author: sin-ack <sin-ack <AT> protonmail <DOT> com> AuthorDate: Mon Nov 18 21:47:17 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 16:07:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab2378a
dev-cpp/mvfst: use the correct CMake variables For some reason these are different than most of the Facebook C++ libraries. Closes: https://bugs.gentoo.org/943625 Signed-off-by: sin-ack <sin-ack <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39365 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{mvfst-2024.11.04.00.ebuild => mvfst-2024.11.04.00-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/mvfst/mvfst-2024.11.04.00.ebuild b/dev-cpp/mvfst/mvfst-2024.11.04.00-r1.ebuild similarity index 92% rename from dev-cpp/mvfst/mvfst-2024.11.04.00.ebuild rename to dev-cpp/mvfst/mvfst-2024.11.04.00-r1.ebuild index 12d43e1df1c3..396d42d484be 100644 --- a/dev-cpp/mvfst/mvfst-2024.11.04.00.ebuild +++ b/dev-cpp/mvfst/mvfst-2024.11.04.00-r1.ebuild @@ -40,8 +40,8 @@ DEPEND=" src_configure() { local mycmakeargs=( - -DCMAKE_INSTALL_DIR="$(get_libdir)/cmake/${PN}" - -DLIB_INSTALL_DIR="$(get_libdir)" + -DCMAKE_INSTALL_MODULE_DIR="$(get_libdir)/cmake/${PN}" + -DCMAKE_INSTALL_LIBDIR="$(get_libdir)" -DBUILD_TESTS="$(usex test ON OFF)" )
