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

Collapse All | Expand All

(-)a/media-gfx/xsvg/xsvg-0.2.1.ebuild (-2 / +6 lines)
Line 0 Link Here
1
diff -purN a/configure.in b/configure.in
2
--- a/configure.in	2005-06-16 00:47:40.000000000 +0200
Lines 20-29 Link Here
20
	x11-libs/libsvg-cairo"
20
	x11-libs/libsvg-cairo"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	x11-libs/libXt
22
	x11-libs/libXt
23
	x11-libs/libXcursor"
23
	x11-libs/libXcursor
24
	x11-libs/libXrender"
24
25
25
src_prepare() {
26
src_prepare() {
26
	epatch "${FILESDIR}"/${P}-asneeded.patch
27
	epatch "${FILESDIR}"/${P}-asneeded.patch \
28
	    "${FILESDIR}"/${P}-xrender.patch
27
	eautoreconf
29
	eautoreconf
28
}
30
}
29
31

Return to bug 379591