diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-09 01:03:39 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-09 01:03:39 +0000 |
commit | 1886797e03cbe7f28cec339a20894a24e2501af8 (patch) | |
tree | 7a6195e63aa1ade642122211b59aada7f2e3cb49 /net-libs | |
parent | made some dependency changes according to configure and configure.in. no majo... (diff) | |
download | historical-1886797e03cbe7f28cec339a20894a24e2501af8.tar.gz historical-1886797e03cbe7f28cec339a20894a24e2501af8.tar.bz2 historical-1886797e03cbe7f28cec339a20894a24e2501af8.zip |
bork with emake
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/soup/soup-0.7.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-libs/soup/soup-0.7.4.ebuild b/net-libs/soup/soup-0.7.4.ebuild index 63484193f456..e70a9d810090 100644 --- a/net-libs/soup/soup-0.7.4.ebuild +++ b/net-libs/soup/soup-0.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.4.ebuild,v 1.4 2002/10/20 10:20:52 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/soup/soup-0.7.4.ebuild,v 1.5 2002/11/09 01:03:39 azarah Exp $ IUSE="ssl doc" @@ -39,7 +39,8 @@ src_compile() { ${myconf} \ --with-libxml=2 || die - emake || die + # dont always work with -j4 -- <azarah@gentoo.org> 9 Nov 2002 + make || die } src_install() { |