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

Collapse All | Expand All

(-)/usr/portage/sys-devel/bc/bc-1.06.95.ebuild (+6 lines)
Lines 19-24 Link Here
19
DEPEND="${RDEPEND}
19
DEPEND="${RDEPEND}
20
	sys-devel/flex"
20
	sys-devel/flex"
21
21
22
src_unpack() {
23
	unpack ${A}
24
	cd "${S}"
25
	epatch "${FILESDIR}/${P}-f_void_uninitialized.patch"
26
}
27
22
src_compile() {
28
src_compile() {
23
	local myconf
29
	local myconf
24
	if use readline ; then
30
	if use readline ; then

Return to bug 349339