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

(-)/usr/portage/dev-db/firebird/firebird-1.5.1.ebuild (-1 / +1 lines)
Lines 45-51 Link Here
45
45
46
	NOCONFIGURE=1
46
	NOCONFIGURE=1
47
	./autogen.sh ${myconf} || die "couldn't run autogen.sh"
47
	./autogen.sh ${myconf} || die "couldn't run autogen.sh"
48
	find . -exec sed -i -e "s/-lcurses/-lncurses/g" {} \;
48
	find . -type f -exec sed -i -e "s/-lcurses/-lncurses/g" {} \;
49
	econf ${myconf} || die "./configure failed"
49
	econf ${myconf} || die "./configure failed"
50
	emake -j 1 || die "error during make"
50
	emake -j 1 || die "error during make"
51
}
51
}

Return to bug 99079