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

Collapse All | Expand All

(-)xmlto-0.0.15.ebuild (-1 / +4 lines)
Lines 23-35 Link Here
23
	unpack ${A}
23
	unpack ${A}
24
	cd ${S}
24
	cd ${S}
25
	epatch ${FILESDIR}/${P}-head-fix.patch
25
	epatch ${FILESDIR}/${P}-head-fix.patch
26
	epatch ${FILESDIR}/${P}-skip-validation.patch
26
27
27
}
28
}
28
29
29
src_compile() {
30
src_compile() {
30
31
31
	econf || die
32
	econf || die
32
	emake || die
33
34
	# Makefile is definitely not parallel-safe (10 Nov 2003 agriffis)
35
	emake -j1 || die
33
36
34
}
37
}
35
38

Return to bug 33151