diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-04-08 21:53:14 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-04-08 21:53:14 +0000 |
commit | f614b99a486ef93717a2dd48d84f4ac2516d9852 (patch) | |
tree | 39c01909bad0161806de04a02175601060b2467f /sys-devel/gettext/gettext-0.14.2.ebuild | |
parent | small error in initd (diff) | |
download | historical-f614b99a486ef93717a2dd48d84f4ac2516d9852.tar.gz historical-f614b99a486ef93717a2dd48d84f4ac2516d9852.tar.bz2 historical-f614b99a486ef93717a2dd48d84f4ac2516d9852.zip |
use glibtoolize on ppc-macos to fix shared lib suffix. append-flags -bind_at_load to fix libintl linker warnings
Package-Manager: portage-2.0.51.18
Diffstat (limited to 'sys-devel/gettext/gettext-0.14.2.ebuild')
-rw-r--r-- | sys-devel/gettext/gettext-0.14.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-devel/gettext/gettext-0.14.2.ebuild b/sys-devel/gettext/gettext-0.14.2.ebuild index 2c4ccbf93398..dfa75a1a3ff4 100644 --- a/sys-devel/gettext/gettext-0.14.2.ebuild +++ b/sys-devel/gettext/gettext-0.14.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.2.ebuild,v 1.4 2005/04/03 19:05:36 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.2.ebuild,v 1.5 2005/04/08 21:53:14 kito Exp $ -inherit eutils toolchain-funcs mono libtool +inherit flag-o-matic eutils toolchain-funcs mono libtool DESCRIPTION="GNU locale utilities" HOMEPAGE="http://www.gnu.org/software/gettext/gettext.html" @@ -43,7 +43,8 @@ src_unpack() { || die "sed docdir" if use ppc-macos ; then - elibtoolize + glibtoolize + append-flags -bind_at_load else elibtoolize --reverse-deps fi |