--- mt-daapd-0.2.1.1.ebuild.orig 2005-08-11 22:49:30.000000000 -0600 +++ mt-daapd-0.2.1.1.ebuild.orig 2005-08-11 22:51:27.000000000 -0600 @@ -38,8 +38,11 @@ myconf="--disable-howl" fi + if use vorbis; then + myconf="${myconf} --enable-oggvorbis" + fi + econf \ - $(use_enable vorbis oggvorbis) \ ${myconf} || die "configure failed" emake || die "make failed" }