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

Collapse All | Expand All

(-)asterisk-1.2.27.ebuild (+6 lines)
Lines 217-222 Link Here
217
	# Re-enable at your own risk (no USE since it can be critical)
217
	# Re-enable at your own risk (no USE since it can be critical)
218
	#
218
	#
219
	sed -i -e 's/pbx_ael.so//' pbx/Makefile || die
219
	sed -i -e 's/pbx_ael.so//' pbx/Makefile || die
220
221
	# codecs/Makefile does not add -lspeexdsp needed for speex 1.2,  bug #206463
222
	if use speex && has_version ">=media-libs/speex-1.2"; then
223
		sed -i -e "s/-lspeex/-lspeex -lspeexdsp/" codecs/Makefile \
224
			|| die "patching codecs/Makefile failed"
225
	fi
220
}
226
}
221
227
222
src_compile() {
228
src_compile() {

Return to bug 206463