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

Collapse All | Expand All

(-)/usr/portage/dev-cpp/ctemplate/ctemplate-0.90.ebuild (-6 lines)
Lines 18-29 Link Here
18
18
19
SITEFILE="70ctemplate-gentoo.el"
19
SITEFILE="70ctemplate-gentoo.el"
20
20
21
src_unpack() {
22
	unpack ${A}
23
	cd "${S}"
24
	epatch "${FILESDIR}/${PV}-missing_includes.patch"
25
}
26
27
src_compile() {
21
src_compile() {
28
	econf || die "econf failed"
22
	econf || die "econf failed"
29
	emake || die "emake failed"
23
	emake || die "emake failed"

Return to bug 264848