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 | e2b007c70a23050f64bde5f7ef804ce793af315f (patch) | |
tree | c18c15dd26ea6de1b8e3f2089eadce08ba9048a8 /dev-libs/libxml | |
parent | Security update (diff) | |
download | historical-e2b007c70a23050f64bde5f7ef804ce793af315f.tar.gz historical-e2b007c70a23050f64bde5f7ef804ce793af315f.tar.bz2 historical-e2b007c70a23050f64bde5f7ef804ce793af315f.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) } |