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

Collapse All | Expand All

(-)a/www-client/elinks/elinks-0.12_pre5-r2.ebuild (-1 / +7 lines)
Lines 68-76 src_prepare() { Link Here
68
			epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
68
			epatch "${FILESDIR}"/${MY_P}-spidermonkey-callback.patch
69
		fi
69
		fi
70
	fi
70
	fi
71
	epatch "${FILESDIR}"/${P}-ruby-config.patch
71
	epatch "${FILESDIR}"/${P}-ruby-1.9.patch
72
72
73
	sed -i -e 's/-Werror//' configure*
73
	sed -i -e 's/-Werror//' configure*
74
	# Regenerate autoinclude.m4 - based on autogen.sh.
75
	(
76
		echo "dnl Automatically generated from config/m4/ files."
77
		echo "dnl Do not modify!"
78
		cat config/m4/*.m4
79
	) > acinclude.m4
74
	eautoreconf
80
	eautoreconf
75
}
81
}
76
82

Return to bug 424789