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

(-)mt-daapd-0.2.1.1.ebuild.orig (-1 / +4 lines)
Lines 38-45 Link Here
38
		myconf="--disable-howl"
38
		myconf="--disable-howl"
39
	fi
39
	fi
40
40
41
	if use vorbis; then
42
		myconf="${myconf} --enable-oggvorbis"
43
	fi
44
41
	econf \
45
	econf \
42
		$(use_enable vorbis oggvorbis) \
43
		${myconf} || die "configure failed"
46
		${myconf} || die "configure failed"
44
	emake || die "make failed"
47
	emake || die "make failed"
45
}
48
}

Return to bug 96202