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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- guile-gnome-platform-2.16.1.ebuild
0
++ guile-gnome-platform-2.16.1.ebuild
Lines 2-8 Link Here
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/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1.ebuild,v 1.5 2009/12/11 22:02:53 ulm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-gnome-platform/guile-gnome-platform-2.16.1.ebuild,v 1.5 2009/12/11 22:02:53 ulm Exp $
4
4
5
inherit eutils multilib
5
inherit autotools eutils multilib
6
6
7
DESCRIPTION="Guile Scheme code that wraps the GNOME developer platform"
7
DESCRIPTION="Guile Scheme code that wraps the GNOME developer platform"
8
HOMEPAGE="http://www.gnu.org/software/guile-gnome"
8
HOMEPAGE="http://www.gnu.org/software/guile-gnome"
Lines 38-43 Link Here
38
	unpack ${A}
38
	unpack ${A}
39
	cd "${S}"
39
	cd "${S}"
40
	epatch "${FILESDIR}/${PV}-conflicting-types.patch"
40
	epatch "${FILESDIR}/${PV}-conflicting-types.patch"
41
	epatch "${FILESDIR}/${PV}-gcc45.patch"
42
	eautoreconf
41
}
43
}
42
44
43
src_compile() {
45
src_compile() {

Return to bug 317747