Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498476
Collapse All | Expand All

(-)/usr/portage/media-gfx/viewnior/viewnior-1.1.ebuild (+4 lines)
Lines 19-24 Link Here
19
	x11-misc/shared-mime-info"
19
	x11-misc/shared-mime-info"
20
RDEPEND="${DEPEND}"
20
RDEPEND="${DEPEND}"
21
21
22
src_prepare() {
23
	sed -i -e 's/LIBS = @LIBS@/LIBS = @LIBS@ -lm/' "${S}/src/Makefile.in" || die 'sed failed'
24
}
25
22
src_install() {
26
src_install() {
23
	emake DESTDIR="${D}" install || die "emake install failed"
27
	emake DESTDIR="${D}" install || die "emake install failed"
24
	dodoc AUTHORS ChangeLog* TODO README NEWS || die "dodoc failed"
28
	dodoc AUTHORS ChangeLog* TODO README NEWS || die "dodoc failed"

Return to bug 498476