From 63082aaab0088aae7e3286c449c6da9140686fb2 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Thu, 19 May 2016 13:54:23 +0900 Subject: [PATCH] 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 5464aec231ee..659aee7058ce 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}" \ -- 2.26.2