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

Collapse All | Expand All

(-)/usr/portage/media-sound/sox/sox-14.0.1.ebuild (+12 lines)
Lines 28-37 Link Here
28
	amrnb? ( media-libs/amrnb )
28
	amrnb? ( media-libs/amrnb )
29
	amrwb? ( media-libs/amrwb )"
29
	amrwb? ( media-libs/amrwb )"
30
30
31
src_unpack() {
32
	unpack ${A}
33
	cd ${S}
34
35
	epatch "${FILESDIR}/${P}"-libavformat.diff || die
36
}
37
31
src_compile () {
38
src_compile () {
32
	# Fixes wav segfaults. See Bug #35745.
39
	# Fixes wav segfaults. See Bug #35745.
33
	append-flags -fsigned-char
40
	append-flags -fsigned-char
34
41
42
	cd ${S}
43
44
	autoconf
45
	libtoolize --copy --force
46
35
	econf $(use_enable alsa) \
47
	econf $(use_enable alsa) \
36
		$(use_enable debug) \
48
		$(use_enable debug) \
37
		$(use_enable ao libao) \
49
		$(use_enable ao libao) \

Return to bug 215926