diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-24 05:08:28 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-24 05:08:28 +0000 |
commit | 309c0cbd0a46b9bb02b4d1fb5096a48d483def2d (patch) | |
tree | 28336f79634b9b6f582ccab3e2e11b8c85562ba4 /dev-libs/libxslt | |
parent | removed some very old ebuilds (diff) | |
download | historical-309c0cbd0a46b9bb02b4d1fb5096a48d483def2d.tar.gz historical-309c0cbd0a46b9bb02b4d1fb5096a48d483def2d.tar.bz2 historical-309c0cbd0a46b9bb02b4d1fb5096a48d483def2d.zip |
fix-o-rama
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/libxslt-1.0.19.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/libxslt/libxslt-1.0.19.ebuild b/dev-libs/libxslt/libxslt-1.0.19.ebuild index 2502a1ae20f0..e924b7cd649e 100644 --- a/dev-libs/libxslt/libxslt-1.0.19.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.19.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/libxslt/libxslt-1.0.19.ebuild,v 1.1 2002/07/07 02:55:56 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.19.ebuild,v 1.2 2002/07/24 05:08:28 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="XSLT libraries and tools" @@ -21,8 +21,9 @@ src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --mandir=/usr/share/man || die - - emake || die + #libxslt-1.0.19 didn't like parallel make; test a good deal before re-enabling + #(drobbins, 24 Jul 2002) + make || die } src_install() { |