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

Collapse All | Expand All

(-)guile-cairo-1.4.0.ebuild.orig (-5 / +3 lines)
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-cairo/guile-cairo-1.4.0.ebuild,v 1.3 2008/10/04 19:04:08 mabi Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/guile-cairo/guile-cairo-1.4.0.ebuild,v 1.3 2008/10/04 19:04:08 mabi Exp $
4
4
5
inherit eutils
5
EAPI="2"
6
6
7
DESCRIPTION="Wraps the Cairo graphics library for Guile Scheme"
7
DESCRIPTION="Wraps the Cairo graphics library for Guile Scheme"
8
HOMEPAGE="http://home.gna.org/guile-cairo/"
8
HOMEPAGE="http://home.gna.org/guile-cairo/"
Lines 16-25 Link Here
16
DEPEND="${RDEPEND}
16
DEPEND="${RDEPEND}
17
	dev-util/pkgconfig"
17
	dev-util/pkgconfig"
18
18
19
src_unpack() {
19
src_configure() {
20
	unpack ${A}
20
	econf --disable-Werror
21
	cd "${S}"
22
#	epatch "${FILESDIR}"/${PV}-various-fixes-20070601.patch
23
}
21
}
24
22
25
src_install() {
23
src_install() {

Return to bug 260890