diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-01-02 04:54:32 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-01-02 04:54:32 +0000 |
commit | 41ac3e6b33646a190c5991db82b8c9ea75c631bc (patch) | |
tree | 3e1f6fc2538a7228de3badeebd6e2c7a991a4eba /dev-libs/glib/glib-1.2.10-r5.ebuild | |
parent | Version bump to fix gcc-3.4 compile problems. Noted in bug #71903 (diff) | |
download | historical-41ac3e6b33646a190c5991db82b8c9ea75c631bc.tar.gz historical-41ac3e6b33646a190c5991db82b8c9ea75c631bc.tar.bz2 historical-41ac3e6b33646a190c5991db82b8c9ea75c631bc.zip |
Bug #75209
Diffstat (limited to 'dev-libs/glib/glib-1.2.10-r5.ebuild')
-rw-r--r-- | dev-libs/glib/glib-1.2.10-r5.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild index f7855736dbd0..5619256a55fe 100644 --- a/dev-libs/glib/glib-1.2.10-r5.ebuild +++ b/dev-libs/glib/glib-1.2.10-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.37 2004/12/29 18:01:11 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.38 2005/01/02 04:54:32 j4rg0n Exp $ inherit libtool flag-o-matic eutils gnuconfig @@ -25,6 +25,11 @@ src_unpack() { use ppc64 && gnuconfig_update uclibctoolize + + if use ppc-macos; then + darwintoolize + gnuconfig_update + fi } src_compile() { |