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

(-)speex-1.2_rc1-r2.ebuild.orig (-1 / +1 lines)
Lines 44-50 Link Here
44
	ECONF_SOURCE="${S}" econf \
44
	ECONF_SOURCE="${S}" econf \
45
		$(use_enable static-libs static) \
45
		$(use_enable static-libs static) \
46
		$(use_enable sse) \
46
		$(use_enable sse) \
47
		$( [ "${ABI}" = "${DEFAULT_ABI}" ] && echo $(use_enable ogg))
47
		$( [ "${ABI}" = "${DEFAULT_ABI}" ] && echo $(use_enable ogg) --with-ogg=${EROOT}usr)
48
	# ogg is only for speexdec/speexenc binaries, useless for non native ABIs
48
	# ogg is only for speexdec/speexenc binaries, useless for non native ABIs
49
}
49
}
50
50

Return to bug 521426