diff options
author | 2002-04-09 22:39:28 +0000 | |
---|---|---|
committer | 2002-04-09 22:39:28 +0000 | |
commit | 81dcdfc6011904f005b4669e08296df598e08753 (patch) | |
tree | 988ff721087ee89cb9499a194896bfa16b2c01c7 /gnome-base/gnome-print | |
parent | Superadduser 1.0, fixed #1383, #1235 (diff) | |
download | historical-81dcdfc6011904f005b4669e08296df598e08753.tar.gz historical-81dcdfc6011904f005b4669e08296df598e08753.tar.bz2 historical-81dcdfc6011904f005b4669e08296df598e08753.zip |
libtoolize
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.35-r3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gnome-base/gnome-print/ChangeLog b/gnome-base/gnome-print/ChangeLog index 5666886dd0cb..e2d441d93caa 100644 --- a/gnome-base/gnome-print/ChangeLog +++ b/gnome-base/gnome-print/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/gnome-print # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/ChangeLog,v 1.6 2002/04/03 10:22:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/ChangeLog,v 1.7 2002/04/09 22:39:28 azarah Exp $ + + 9 Apr 2002; M.Schlemmer <azarah@gentoo.org> gnome-print-0.35-r3.ebuild : + + Libtoolize to prevent possible relink problems, as well as invalid paths + in .la files. *gnome-print-0.35-r3 (3 Apr 2002) diff --git a/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild b/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild index d4556ef32e2e..e87cb31e30c7 100644 --- a/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild +++ b/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild,v 1.4 2002/04/03 11:14:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.35-r3.ebuild,v 1.5 2002/04/09 22:39:28 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="GNOME printing library" @@ -29,9 +29,9 @@ src_unpack() { } src_compile() { + libtoolize --copy --force - local myconf - + local myconf="" use nls || myconf="${myconf} --disable-nls" ./configure --host=${CHOST} \ |