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

Collapse All | Expand All

(-)gentoo/media-sound/audacity/audacity-2.3.3.ebuild (+7 lines)
Lines 54-63 Link Here
54
BDEPEND="app-arch/unzip
54
BDEPEND="app-arch/unzip
55
	virtual/pkgconfig
55
	virtual/pkgconfig
56
	nls? ( sys-devel/gettext )
56
	nls? ( sys-devel/gettext )
57
	!portmixer? ( sys-devel/automake:1.15 )
57
"
58
"
58
59
59
PATCHES=(
60
PATCHES=(
60
	"${FILESDIR}"/${PN}-2.3.3-Fix-building-against-system-portaudio.patch
61
	"${FILESDIR}"/${PN}-2.3.3-Fix-building-against-system-portaudio.patch
62
	"${FILESDIR}"/${PN}-2.3.2-fix-build-without-portmixer.patch
61
)
63
)
62
64
63
src_prepare() {
65
src_prepare() {
Lines 66-71 Link Here
66
	use midi || sed -i \
68
	use midi || sed -i \
67
		-e 's:^\(#define EXPERIMENTAL_MIDI_OUT\):// \1:' \
69
		-e 's:^\(#define EXPERIMENTAL_MIDI_OUT\):// \1:' \
68
		src/Experimental.h || die
70
		src/Experimental.h || die
71
	if ! use portmixer ; then
72
		# calling eautoreconf takes ages and is overkill
73
		aclocal-1.15 -I m4/ || die
74
		automake-1.15 lib-src/Makefile || die
75
	fi
69
}
76
}
70
77
71
src_configure() {
78
src_configure() {

Return to bug 694122