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

Collapse All | Expand All

(-)libwpd-0.8.10.ebuild (+6 lines)
Lines 21-26 Link Here
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	dev-util/pkgconfig"
22
	dev-util/pkgconfig"
23
23
24
src_unpack() {
25
	unpack "${A}"
26
	cd "${S}"
27
	epatch "${FILESDIR}/${P}-gcc4.3.patch"
28
}
29
24
src_compile() {
30
src_compile() {
25
	econf $(use_with doc docs) || die
31
	econf $(use_with doc docs) || die
26
	emake || die
32
	emake || die

Return to bug 214066