diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-07-09 19:06:18 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-07-09 19:06:18 +0000 |
commit | b736b43765c88e419abfa714c9b91f6f2b308dca (patch) | |
tree | b81949ec2f56766c019a1242049541be37b7fe45 /gnome-base/libghttp | |
parent | remove unneeded stuff in patch (diff) | |
download | historical-b736b43765c88e419abfa714c9b91f6f2b308dca.tar.gz historical-b736b43765c88e419abfa714c9b91f6f2b308dca.tar.bz2 historical-b736b43765c88e419abfa714c9b91f6f2b308dca.zip |
libtoolize
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r-- | gnome-base/libghttp/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r2.ebuild | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/gnome-base/libghttp/ChangeLog b/gnome-base/libghttp/ChangeLog index bd0c2332e6e9..aee3c2c17a84 100644 --- a/gnome-base/libghttp/ChangeLog +++ b/gnome-base/libghttp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/libghttp # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.2 2002/03/21 13:32:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.3 2002/07/09 19:06:18 azarah Exp $ + + 09 Jun 2002; Martin Schlemmer <azarah@gentoo.org> libghttp-1.0.9-r2 : + + Libtoolized this one, as I had problems which libtoolize fixed with + new install. *libghttp-1.0.9-r2 (21 Mar 2002) diff --git a/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild index 7e0f1fe74286..37da318a929a 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2002 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/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild,v 1.1 2002/03/21 13:32:01 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r2.ebuild,v 1.2 2002/07/09 19:06:18 azarah Exp $ + +inherit libtool S=${WORKDIR}/${P} DESCRIPTION="libghttp" @@ -12,6 +14,7 @@ HOMEPAGE="http://www.gnome.org/" DEPEND="virtual/glibc" src_compile() { + elibtoolize ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ |