diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-09-24 01:40:15 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-09-24 01:40:15 +0000 |
commit | 9276ff3cda8c8eab9fd649aa5764ea1ce5bda847 (patch) | |
tree | fb42a35c730d94e0774abc1813c60ae09ce251a0 /gnome-base | |
parent | Changed GPL to GPL-2 in LICENSE and updated SRC_URI to use mirror: (diff) | |
download | gentoo-2-9276ff3cda8c8eab9fd649aa5764ea1ce5bda847.tar.gz gentoo-2-9276ff3cda8c8eab9fd649aa5764ea1ce5bda847.tar.bz2 gentoo-2-9276ff3cda8c8eab9fd649aa5764ea1ce5bda847.zip |
fix elibtoolize
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/ORBit/ChangeLog | 4 | ||||
-rw-r--r-- | gnome-base/ORBit/ORBit-0.5.17.ebuild | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/gnome-base/ORBit/ChangeLog b/gnome-base/ORBit/ChangeLog index 801436468c3e..f2aa9381a549 100644 --- a/gnome-base/ORBit/ChangeLog +++ b/gnome-base/ORBit/ChangeLog @@ -1,7 +1,9 @@ # ChangeLog for gnome-base/ORBit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ChangeLog,v 1.10 2002/08/06 00:07:37 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ChangeLog,v 1.11 2002/09/24 01:40:15 azarah Exp $ + 24 Sep 2002; Martin Schlemmer <azarah@gentoo.org> ORBit-0.5.17.ebuild: + Fix multiple call to elibtoolize *ORBit-0.5.17 (05 Aug 2002) 05 Aug 2002; Spider <spider@gentoo.org> ORBit-0.5.17.ebuild: diff --git a/gnome-base/ORBit/ORBit-0.5.17.ebuild b/gnome-base/ORBit/ORBit-0.5.17.ebuild index 24a709e7ea9c..aba4b4d3a3a3 100644 --- a/gnome-base/ORBit/ORBit-0.5.17.ebuild +++ b/gnome-base/ORBit/ORBit-0.5.17.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/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.4 2002/09/23 19:16:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/ORBit/ORBit-0.5.17.ebuild,v 1.5 2002/09/24 01:40:15 azarah Exp $ inherit libtool @@ -29,18 +29,13 @@ src_compile() { # Libtoolize to fix "relink bug" in older libtool's distributed # with packages. elibtoolize - cd popt - elibtoolize - cd ../libIDL - elibtoolize - cd ${S} ./configure --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --sysconfdir=/etc \ --localstatedir=/var/lib \ - $myconf || die + ${myconf} || die make || die # Doesn't work with -j 4 (hallski) } |