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

Return to bug 694122