summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/glib/glib-1.2.10-r5.ebuild')
-rw-r--r--dev-libs/glib/glib-1.2.10-r5.ebuild6
1 files changed, 4 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 839739b63e44..f7855736dbd0 100644
--- a/dev-libs/glib/glib-1.2.10-r5.ebuild
+++ b/dev-libs/glib/glib-1.2.10-r5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 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.36 2004/12/17 06:57:17 vapier Exp $
+# $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 $
-inherit libtool flag-o-matic eutils
+inherit libtool flag-o-matic eutils gnuconfig
DESCRIPTION="The GLib library of C routines"
HOMEPAGE="http://www.gtk.org/"
@@ -22,6 +22,8 @@ src_unpack() {
# Allow glib to build with gcc-3.4.x #47047
epatch ${FILESDIR}/${P}-gcc34-fix.patch
+ use ppc64 && gnuconfig_update
+
uclibctoolize
}