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

Collapse All | Expand All

(-)libserial-9999.ebuild.orig (-1 / +2 lines)
Lines 19-25 Link Here
19
19
20
src_unpack() {
20
src_unpack() {
21
	subversion_src_unpack
21
	subversion_src_unpack
22
	eautoreconf || die "eautoconf failed"
22
	cd ${S} && mkdir -pv "m4"
23
	eautoreconf || die "eautoreconf failed"
23
}
24
}
24
25
25
src_compile(){
26
src_compile(){

Return to bug 163637