From 2756b165ad00e4e78bfe5b02a3c0f5bd6f6be82c Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 21 Feb 2018 12:08:36 +0100 Subject: media-sound/audacity: Fixed compilation with USE="-portmixer" Closes: https://bugs.gentoo.org/624264 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- media-sound/audacity/audacity-2.2.2.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'media-sound/audacity/audacity-2.2.2.ebuild') diff --git a/media-sound/audacity/audacity-2.2.2.ebuild b/media-sound/audacity/audacity-2.2.2.ebuild index cb2b8ea861f4..5c71e713a5d4 100644 --- a/media-sound/audacity/audacity-2.2.2.ebuild +++ b/media-sound/audacity/audacity-2.2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils gnome2-utils wxwidgets xdg-utils +inherit autotools eutils gnome2-utils wxwidgets xdg-utils MY_P="${PN}-minsrc-${PV}" DOC_PV="${PV}" @@ -50,11 +50,16 @@ REQUIRED_USE="soundtouch? ( midi )" S="${WORKDIR}/${MY_P}-rc1" PATCHES=( - "${FILESDIR}/${PN}-2.2.2-midi.patch" + "${FILESDIR}/${PN}-2.2.1-portmixer.patch" #624264 + "${FILESDIR}/${PN}-2.2.2-automake.patch" # or else eautoreconf breaks + "${FILESDIR}/${PN}-2.2.2-midi.patch" #637110 ) src_prepare() { epatch "${PATCHES[@]}" + + # needed because of portmixer patch + eautoreconf } src_configure() { -- cgit v1.2.3-65-gdbad