--- /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild 2006-11-04 22:05:54.000000000 -0800 +++ /usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild 2006-11-14 02:33:10.000000000 -0800 @@ -1,8 +1,7 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild,v 1.34 2006/11/05 06:03:14 leio Exp $ - -WANT_AUTOCONF=2.1 + inherit eutils libtool multilib autotools flag-o-matic DESCRIPTION="GNOME Core Libraries" @@ -35,7 +34,10 @@ epatch "${FILESDIR}"/${P}-gcc4.patch # Fix compilation with GCC4 on ppc64 ; bug #117750 epatch "${FILESDIR}"/${P}-ppc64.patch - eautoconf + # --as-needed fix + epatch "${FILESDIR}"/${P}-as-needed.patch + AT_M4DIR="${WORKDIR}"/${P}/macros eautoreconf || die + elibtoolize } src_compile() { @@ -62,10 +64,10 @@ ${myconf} || die # gnome-libs does not like parallel building, bug #117644 - emake -j1 || die + # no it doesn't like -j9, works fine with -j3 + emake -j3 || die - # do the docs (maby add a use variable or put in seperate - # ebuild since it is mostly developer docs?) + # do the docs (maybe add a use variable or put in seperate ebuild since it is mostly developer docs?) if use doc ; then cd "${S}"/devel-docs emake || die