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

Collapse All | Expand All

(-)/usr/portage/sys-process/acct/acct-6.5.5-r3.ebuild (+4 lines)
Lines 25-30 Link Here
25
	econf --enable-linux-multiformat
25
	econf --enable-linux-multiformat
26
}
26
}
27
27
28
src_compile() {
29
	 emake LIBS="-lm" || die "emake failed"
30
}
31
28
src_install() {
32
src_install() {
29
	emake install DESTDIR="${D}" || die
33
	emake install DESTDIR="${D}" || die
30
	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
34
	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO

Return to bug 519552