summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libxml/libxml-1.8.13.ebuild')
-rw-r--r--dev-libs/libxml/libxml-1.8.13.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libxml/libxml-1.8.13.ebuild b/dev-libs/libxml/libxml-1.8.13.ebuild
index 3b075929952d..97bf10ae0b51 100644
--- a/dev-libs/libxml/libxml-1.8.13.ebuild
+++ b/dev-libs/libxml/libxml-1.8.13.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.13.ebuild,v 1.1 2001/06/04 00:16:12 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.13.ebuild,v 1.2 2001/06/11 08:11:28 hallski Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -19,7 +19,7 @@ RDEPEND=">=gnome-base/gnome-env-1.0
src_compile() {
LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make
+ try make # Doesn't work with -j 4 (hallski)
}
src_install() {