summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-02-18 12:13:03 +0100
committerLars Wendler <polynomial-c@gentoo.org>2018-02-18 12:13:03 +0100
commitfa8c4f250b9a44c2a30d47bf7351e5fba08dc794 (patch)
tree2804e3932b42f1d1cb7246e95e33eb030a8bbcc7 /media-sound/audacity/audacity-2.2.1.ebuild
parentsys-apps/less: Removed old. (diff)
downloadgentoo-fa8c4f250b9a44c2a30d47bf7351e5fba08dc794.tar.gz
gentoo-fa8c4f250b9a44c2a30d47bf7351e5fba08dc794.tar.bz2
gentoo-fa8c4f250b9a44c2a30d47bf7351e5fba08dc794.zip
media-sound/audacity: Fixed USE="id3tag" compilation.
Closes: https://github.com/gentoo/gentoo/pull/6843 Closes: https://bugs.gentoo.org/636722 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-sound/audacity/audacity-2.2.1.ebuild')
-rw-r--r--media-sound/audacity/audacity-2.2.1.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/media-sound/audacity/audacity-2.2.1.ebuild b/media-sound/audacity/audacity-2.2.1.ebuild
index 34176a73de40..1e1c6ebc1582 100644
--- a/media-sound/audacity/audacity-2.2.1.ebuild
+++ b/media-sound/audacity/audacity-2.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -49,6 +49,14 @@ REQUIRED_USE="soundtouch? ( midi )"
S="${WORKDIR}/${MY_P}-rc3"
+PATCHES=(
+ "${FILESDIR}/${P}-without-libid3tag.patch"
+)
+
+src_prepare() {
+ epatch "${PATCHES[@]}"
+}
+
src_configure() {
local WX_GTK_VER="3.0"
need-wxwidgets unicode