projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b67a58f
)
sci-physics/root: workaround for parallel make jobs.
author
Benda Xu
<heroxbd@gentoo.org>
Thu, 19 May 2016 04:54:23 +0000
(13:54 +0900)
committer
Benda Xu
<heroxbd@gentoo.org>
Thu, 19 May 2016 04:54:45 +0000
(13:54 +0900)
Bug: 571638
Package-Manager: portage-2.2.28
sci-physics/root/root-5.34.32.ebuild
patch
|
blob
|
history
diff --git
a/sci-physics/root/root-5.34.32.ebuild
b/sci-physics/root/root-5.34.32.ebuild
index 5464aec231ee07f46050adb45bd0e8ee504f7ac3..659aee7058ce6c8c521d1ff7cc1fc70b796e3d24 100644
(file)
--- 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}" \