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

Collapse All | Expand All

(-)cairo-0.3.0-r1.ebuild.orig (+8 lines)
Lines 2-7 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/x11-libs/cairo/cairo-0.3.0-r1.ebuild,v 1.1 2005/02/23 19:36:24 latexer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.3.0-r1.ebuild,v 1.1 2005/02/23 19:36:24 latexer Exp $
4
4
5
inherit eutils
6
5
DESCRIPTION="A vector graphics library with cross-device output support"
7
DESCRIPTION="A vector graphics library with cross-device output support"
6
HOMEPAGE="http://cairographics.org/"
8
HOMEPAGE="http://cairographics.org/"
7
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
9
SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
Lines 22-27 Link Here
22
		glitz? ( =media-libs/glitz-0.3.0* )
24
		glitz? ( =media-libs/glitz-0.3.0* )
23
		png? ( media-libs/libpng )"
25
		png? ( media-libs/libpng )"
24
26
27
src_unpack() {
28
	unpack ${A}
29
	cd ${S}
30
	epatch ${FILESDIR}/${P}-header-fix.diff
31
}
32
25
src_compile() {
33
src_compile() {
26
	econf \
34
	econf \
27
		$(use_enable X xlib) \
35
		$(use_enable X xlib) \

Return to bug 87420