diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-07-17 23:04:41 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-07-17 23:04:41 +0000 |
commit | 7f687c12bccbd13d1f09ed837cecf20c65ef74a5 (patch) | |
tree | 80c8b311346ce50be578cab3df474f69db5c43b7 /dev-libs/libxml2 | |
parent | First relase (diff) | |
download | gentoo-2-7f687c12bccbd13d1f09ed837cecf20c65ef74a5.tar.gz gentoo-2-7f687c12bccbd13d1f09ed837cecf20c65ef74a5.tar.bz2 gentoo-2-7f687c12bccbd13d1f09ed837cecf20c65ef74a5.zip |
use make -j1, yell at me if you don't like it, but it doesn't work on my system without it
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxml2/libxml2-2.4.23.ebuild b/dev-libs/libxml2/libxml2-2.4.23.ebuild index 9ae82b7d8b7f..ba80c529f76c 100644 --- a/dev-libs/libxml2/libxml2-2.4.23.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.23.ebuild,v 1.1 2002/07/07 02:55:14 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.23.ebuild,v 1.2 2002/07/17 23:04:41 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="libxml2" @@ -22,7 +22,7 @@ src_compile() { --sysconfdir=/etc \ --with-zlib || die - emake || die + MAKEOPTS="-j1" emake || die } src_install() { |