summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2005-01-02 04:54:32 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2005-01-02 04:54:32 +0000
commit17be5dfe3fe4164ca68fd261b4ef93ac357c4f33 (patch)
tree0ca6b5e3e128315db9b061623029a25fbb0e2c82 /dev-libs/glib/glib-1.2.10-r5.ebuild
parentVersion bump to fix gcc-3.4 compile problems. Noted in bug #71903 (Manifest r... (diff)
downloadgentoo-2-17be5dfe3fe4164ca68fd261b4ef93ac357c4f33.tar.gz
gentoo-2-17be5dfe3fe4164ca68fd261b4ef93ac357c4f33.tar.bz2
gentoo-2-17be5dfe3fe4164ca68fd261b4ef93ac357c4f33.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.ebuild9
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() {