diff options
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 e08e0322535e..99e7bbb8c294 100644 --- a/dev-libs/glib/glib-1.2.10-r5.ebuild +++ b/dev-libs/glib/glib-1.2.10-r5.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2013 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.56 2013/04/29 01:23:26 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.57 2013/04/30 14:29:12 tetromino Exp $ EAPI="4" -WANT_AUTOMAKE="1.12" inherit autotools libtool flag-o-matic eutils portability @@ -32,6 +31,9 @@ src_prepare() { # Fix for -Wl,--as-needed (bug #133818) epatch "${DISTDIR}"/glib-1.2.10-r1-as-needed.patch.bz2 + # build failure with automake-1.13 + epatch "${FILESDIR}/${P}-automake-1.13.patch" + use ppc64 && use hardened && replace-flags -O[2-3] -O1 append-ldflags $(dlopen_lib) |