diff options
author | Tom Gall <tgall@gentoo.org> | 2004-12-29 18:01:11 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-12-29 18:01:11 +0000 |
commit | eb086635983cbf343e9156cdfd53919901020b4e (patch) | |
tree | 43196423def5d46c27fc1016f838fe4946390634 /dev-libs/glib/glib-1.2.10-r5.ebuild | |
parent | This fixes the build problem of qt tools attempting to link outside of the bu... (diff) | |
download | gentoo-2-eb086635983cbf343e9156cdfd53919901020b4e.tar.gz gentoo-2-eb086635983cbf343e9156cdfd53919901020b4e.tar.bz2 gentoo-2-eb086635983cbf343e9156cdfd53919901020b4e.zip |
address bug #76039 for ppc64
Diffstat (limited to 'dev-libs/glib/glib-1.2.10-r5.ebuild')
-rw-r--r-- | dev-libs/glib/glib-1.2.10-r5.ebuild | 6 |
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 } |