summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-08-05 21:06:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-08-05 21:08:21 +0200
commit656f75dd8ebd952db3a9e8dca9684bd59443f3ad (patch)
tree7b4574e687d51897e18ab9a87ffe5f2932301094 /media-sound/cantata/cantata-2.4.2.ebuild
parentmedia-video/gaupol: drop 1.8-r1 (diff)
downloadgentoo-656f75dd8ebd952db3a9e8dca9684bd59443f3ad.tar.gz
gentoo-656f75dd8ebd952db3a9e8dca9684bd59443f3ad.tar.bz2
gentoo-656f75dd8ebd952db3a9e8dca9684bd59443f3ad.zip
media-sound/cantata: Fix build with musl libc
Upstream commit 835e48074834fb5b888d53b00f84967701d6d78a Reported-by: ernsteiswuerfel <erhard_f@mailbox.org> Closes: https://bugs.gentoo.org/792555 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/cantata/cantata-2.4.2.ebuild')
-rw-r--r--media-sound/cantata/cantata-2.4.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/cantata/cantata-2.4.2.ebuild b/media-sound/cantata/cantata-2.4.2.ebuild
index 3c42d80b49d1..19e2a7c4abd3 100644
--- a/media-sound/cantata/cantata-2.4.2.ebuild
+++ b/media-sound/cantata/cantata-2.4.2.ebuild
@@ -66,7 +66,10 @@ DEPEND="${COMMON_DEPEND}
# cantata has no tests
RESTRICT="test"
-PATCHES=( "${FILESDIR}/${PN}-2.2.0-headers.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-2.2.0-headers.patch"
+ "${FILESDIR}/${P}-solid-musl.patch" # bug 792555
+)
src_prepare() {
remove_locale() {