summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-23 17:51:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-23 17:51:56 +0000
commitccfd3653ccec235afd0cec05789d5dd0bb057af7 (patch)
tree7b2389a6f05086dda1ab4f9d3cdd9317845aac8b /games-util/datutil
parentDepend on Module-Build (#294237) (diff)
downloadgentoo-2-ccfd3653ccec235afd0cec05789d5dd0bb057af7.tar.gz
gentoo-2-ccfd3653ccec235afd0cec05789d5dd0bb057af7.tar.bz2
gentoo-2-ccfd3653ccec235afd0cec05789d5dd0bb057af7.zip
evil parallel mkdir issue worked around
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-util/datutil')
-rw-r--r--games-util/datutil/datutil-2.46.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/datutil/datutil-2.46.ebuild b/games-util/datutil/datutil-2.46.ebuild
index 40ffe4afaa01..68418063e801 100644
--- a/games-util/datutil/datutil-2.46.ebuild
+++ b/games-util/datutil/datutil-2.46.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.46.ebuild,v 1.1 2009/10/14 18:14:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/datutil/datutil-2.46.ebuild,v 1.2 2009/11/23 17:51:56 mr_bones_ Exp $
inherit toolchain-funcs
@@ -30,7 +30,7 @@ src_unpack() {
src_compile() {
# Parallel make issue, see bug #244879 (so make the dirs first)
- emake CC="$(tc-getCC)" LD="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \
+ emake -j1 CC="$(tc-getCC)" LD="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \
CFLAGS="${CFLAGS} -Idev" LOGIQX=. EXT= UPX=@# dlmaketree maketree || die "emake failed"
emake CC="$(tc-getCC)" LD="$(tc-getCC) ${CFLAGS} ${LDFLAGS}" \
CFLAGS="${CFLAGS} -Idev" LOGIQX=. EXT= UPX=@# || die "emake failed"