Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133824 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/gnome-base/gnome-libs/gnome-libs-1.4.2.ebuild (-6 / +8 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $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 $
3
# $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 $
4
4
 
5
WANT_AUTOCONF=2.1
6
inherit eutils libtool multilib autotools flag-o-matic
5
inherit eutils libtool multilib autotools flag-o-matic
7
6
8
DESCRIPTION="GNOME Core Libraries"
7
DESCRIPTION="GNOME Core Libraries"
Lines 35-41 Link Here
35
	epatch "${FILESDIR}"/${P}-gcc4.patch
34
	epatch "${FILESDIR}"/${P}-gcc4.patch
36
	# Fix compilation with GCC4 on ppc64 ; bug #117750
35
	# Fix compilation with GCC4 on ppc64 ; bug #117750
37
	epatch "${FILESDIR}"/${P}-ppc64.patch
36
	epatch "${FILESDIR}"/${P}-ppc64.patch
38
	eautoconf
37
	# --as-needed fix
38
	epatch "${FILESDIR}"/${P}-as-needed.patch
39
	AT_M4DIR="${WORKDIR}"/${P}/macros eautoreconf || die
40
	elibtoolize
39
}
41
}
40
42
41
src_compile() {
43
src_compile() {
Lines 62-71 Link Here
62
		${myconf} || die
64
		${myconf} || die
63
65
64
	# gnome-libs does not like parallel building, bug #117644
66
	# gnome-libs does not like parallel building, bug #117644
65
	emake -j1 || die
67
	# no it doesn't like -j9, works fine with -j3
68
	emake -j3 || die
66
69
67
	# do the docs (maby add a use variable or put in seperate
70
	# do the docs (maybe add a use variable or put in seperate ebuild since it is mostly developer docs?)
68
	# ebuild since it is mostly developer docs?)
69
	if use doc ; then
71
	if use doc ; then
70
		cd "${S}"/devel-docs
72
		cd "${S}"/devel-docs
71
		emake || die
73
		emake || die

Return to bug 133824