commit: 63082aaab0088aae7e3286c449c6da9140686fb2
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 04:54:23 2016 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu May 19 04:54:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63082aaa
sci-physics/root: workaround for parallel make jobs.
Bug: 571638
Package-Manager: portage-2.2.28
sci-physics/root/root-5.34.32.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sci-physics/root/root-5.34.32.ebuild
b/sci-physics/root/root-5.34.32.ebuild
index 5464aec..659aee7 100644
--- a/sci-physics/root/root-5.34.32.ebuild
+++ b/sci-physics/root/root-5.34.32.ebuild
@@ -340,6 +340,10 @@ src_configure() {
}
src_compile() {
+ # The build system does not handle the dependency of bin/rmkdepend
correctly,
+ # preventing it to be called in parallel. Build bin/rmkdepend
explicitly
+ # first to circumvent the problem.
+ emake bin/rmkdepend
emake \
OPT="${CXXFLAGS}" \
F77OPT="${FFLAGS}" \