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 | |
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')
-rw-r--r-- | dev-libs/glib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-1.2.10-r5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index aad0cae1d66f..53da73ead204 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/glib # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.116 2004/12/23 20:08:56 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.117 2004/12/29 18:01:11 tgall Exp $ + + 29 Dec 2004; Tom Gall <tgall@gentoo.org> glib-1.2.10-r5.ebuild: + add back in call for gnuconfig_update bug #76039 23 Dec 2004; Guy Martin <gmsoft@gentoo.org> glib-2.4.8.ebuild: Stable on hppa. 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 } |