diff options
author | 2007-03-03 15:59:55 +0000 | |
---|---|---|
committer | 2007-03-03 15:59:55 +0000 | |
commit | 0f567888b391486a6c68bda2398d188cc5fb78c9 (patch) | |
tree | 5260a514187db032d2d21cd545ccb8b32792f6a7 /dev-libs/glib/glib-1.2.10-r5.ebuild | |
parent | Stable on ppc wrt bug 169103 (diff) | |
download | gentoo-2-0f567888b391486a6c68bda2398d188cc5fb78c9.tar.gz gentoo-2-0f567888b391486a6c68bda2398d188cc5fb78c9.tar.bz2 gentoo-2-0f567888b391486a6c68bda2398d188cc5fb78c9.zip |
Fix as-needed patch mess up reported by Daniel Glockner (bug #166374)
(Portage version: 2.1.2-r9)
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, 3 insertions, 3 deletions
diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild index f191641968f1..87c8919528fd 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-2007 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.50 2007/02/11 16:45:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.51 2007/03/03 15:59:55 falco Exp $ WANT_AUTOMAKE="1.4" @@ -10,7 +10,7 @@ DESCRIPTION="The GLib library of C routines" HOMEPAGE="http://www.gtk.org/" SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${P}.tar.gz ftp://ftp.gnome.org/pub/GNOME/stable/sources/glib/${P}.tar.gz - mirror://gentoo/glib-1.2.10-as-needed.patch.bz2" + mirror://gentoo/glib-1.2.10-r1-as-needed.patch.bz2" LICENSE="LGPL-2.1" SLOT="1" @@ -30,7 +30,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-gcc34-fix.patch # Fix for -Wl,--as-needed (bug #133818) - epatch "${DISTDIR}"/glib-1.2.10-as-needed.patch.bz2 + epatch "${DISTDIR}"/glib-1.2.10-r1-as-needed.patch.bz2 use ppc64 && use hardened && replace-flags -O[2-3] -O1 append-ldflags $(dlopen_lib) |