--- speex-1.2_rc1-r2.ebuild.orig 2014-08-10 22:31:12.000000000 +0100 +++ speex-1.2_rc1-r2.ebuild 2014-08-28 21:11:25.000000000 +0100 @@ -44,7 +44,7 @@ ECONF_SOURCE="${S}" econf \ $(use_enable static-libs static) \ $(use_enable sse) \ - $( [ "${ABI}" = "${DEFAULT_ABI}" ] && echo $(use_enable ogg)) + $( [ "${ABI}" = "${DEFAULT_ABI}" ] && echo $(use_enable ogg) --with-ogg=${EROOT}usr) # ogg is only for speexdec/speexenc binaries, useless for non native ABIs }