Skip to content

Commit

Permalink
work around parallel make issues - bug #561380
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
Michael Sterrett committed Oct 5, 2015
1 parent ca000ad commit 453d704
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion games-strategy/megaglest/megaglest-3.11.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ src_configure() {

src_compile() {
if use editor || use model-viewer; then
VIRTUALX_COMMAND="cmake-utils_src_compile" virtualmake
# work around parallel make issues - bug #561380
MAKEOPTS="-j1 ${MAKEOPTS}" \
VIRTUALX_COMMAND="cmake-utils_src_compile" virtualmake
else
cmake-utils_src_compile
fi
Expand Down

0 comments on commit 453d704

Please sign in to comment.