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

Collapse All | Expand All

(-)m17n-lib-1.3.4.ebuild (+7 lines)
Lines 16-21 Link Here
16
16
17
DEPEND="x11-libs/libXaw
17
DEPEND="x11-libs/libXaw
18
	x11-libs/libICE
18
	x11-libs/libICE
19
	x11-libs/libSM
19
	x11-libs/libXrender
20
	x11-libs/libXrender
20
	x11-libs/libXft
21
	x11-libs/libXft
21
	dev-libs/libxml2
22
	dev-libs/libxml2
Lines 34-39 Link Here
34
	fi
35
	fi
35
}
36
}
36
37
38
src_unpack() {
39
	unpack ${A}
40
	# internal-flt.h is missing in distfile, taken from upstream CVS
41
	cp "${FILESDIR}/internal-flt.h" "${S}/src/"
42
}
43
37
src_compile() {
44
src_compile() {
38
	append-flags -fPIC
45
	append-flags -fPIC
39
	econf $(use_with gd) || die
46
	econf $(use_with gd) || die

Return to bug 208572