diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-09-07 10:59:06 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-09-07 10:59:22 +0200 |
commit | ab4c19d68105021ecf8e9d111bf76fea129205b9 (patch) | |
tree | ed5aadc73ff44f3d0d26b121619b0b5b406b0ae3 /media-sound/audacity | |
parent | net-im/psi: added 1.5 version (diff) | |
download | gentoo-ab4c19d68105021ecf8e9d111bf76fea129205b9.tar.gz gentoo-ab4c19d68105021ecf8e9d111bf76fea129205b9.tar.bz2 gentoo-ab4c19d68105021ecf8e9d111bf76fea129205b9.zip |
media-sound/audacity: fixed compilation of 2.4.2-r1
Closes: https://bugs.gentoo.org/738830
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/audacity-2.4.2-r1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-sound/audacity/audacity-2.4.2-r1.ebuild b/media-sound/audacity/audacity-2.4.2-r1.ebuild index f3d34ec54f6f..2ed0b3c60234 100644 --- a/media-sound/audacity/audacity-2.4.2-r1.ebuild +++ b/media-sound/audacity/audacity-2.4.2-r1.ebuild @@ -111,6 +111,10 @@ src_configure() { ) cmake_src_configure + + # if git is not installed, this (empty) file is not being created and the compilation fails + # so we create it manually + touch "${BUILD_DIR}/src/private/RevisionIdent.h" || die "failed to create file" } src_install() { |