diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 13:47:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 13:47:44 +0000 |
commit | bc615916fdc7f414f1184c701033cf97d06d01ef (patch) | |
tree | 8b28a6eab409215b2d91b9eb043ed64ecff0bf5f /dev-libs/libxml | |
parent | Security update (diff) | |
download | gentoo-2-bc615916fdc7f414f1184c701033cf97d06d01ef.tar.gz gentoo-2-bc615916fdc7f414f1184c701033cf97d06d01ef.tar.bz2 gentoo-2-bc615916fdc7f414f1184c701033cf97d06d01ef.zip |
typo fix
Diffstat (limited to 'dev-libs/libxml')
-rw-r--r-- | dev-libs/libxml/libxml-1.8.17-r2.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-libs/libxml/libxml-1.8.17-r2.ebuild b/dev-libs/libxml/libxml-1.8.17-r2.ebuild index 9a74d3e7bd9b..7c458ed30664 100644 --- a/dev-libs/libxml/libxml-1.8.17-r2.ebuild +++ b/dev-libs/libxml/libxml-1.8.17-r2.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/libxml/libxml-1.8.17-r2.ebuild,v 1.3 2002/08/01 18:02:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml/libxml-1.8.17-r2.ebuild,v 1.4 2002/08/02 13:47:44 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML version 1 parser for Gnome" @@ -17,12 +17,7 @@ DEPEND="${RDEPEND} >=sys-libs/readline-4.1" src_compile() { - LDFLAGS="-lncurses" \ - configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib || die + LDFLAGS="-lncurses" econf || die make || die # Doesn't work with -j 4 (hallski) } |