Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/audacity/
Date: Mon, 07 Sep 2020 08:59:32
Message-Id: 1599469162.ab4c19d68105021ecf8e9d111bf76fea129205b9.fordfrog@gentoo
1 commit: ab4c19d68105021ecf8e9d111bf76fea129205b9
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 08:59:06 2020 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 08:59:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4c19d6
7
8 media-sound/audacity: fixed compilation of 2.4.2-r1
9
10 Closes: https://bugs.gentoo.org/738830
11 Package-Manager: Portage-3.0.5, Repoman-3.0.1
12 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
13
14 media-sound/audacity/audacity-2.4.2-r1.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild b/media-sound/audacity/audacity-2.4.2-r1.ebuild
18 index f3d34ec54f6..2ed0b3c6023 100644
19 --- a/media-sound/audacity/audacity-2.4.2-r1.ebuild
20 +++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild
21 @@ -111,6 +111,10 @@ src_configure() {
22 )
23
24 cmake_src_configure
25 +
26 + # if git is not installed, this (empty) file is not being created and the compilation fails
27 + # so we create it manually
28 + touch "${BUILD_DIR}/src/private/RevisionIdent.h" || die "failed to create file"
29 }
30
31 src_install() {