summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2017-05-16 06:30:31 +0300
committerLars Wendler <polynomial-c@gentoo.org>2017-05-16 21:52:57 +0200
commit520806d82fc698f86da9f1d35761327e9a3c5dbd (patch)
treee40e0489aca18ccc166acf3c7ef422624331808d /media-sound/clementine/clementine-1.3.1-r6.ebuild
parentmultilib.eclass: fix cross-compiling multilib ebuilds (diff)
downloadgentoo-520806d82fc698f86da9f1d35761327e9a3c5dbd.tar.gz
gentoo-520806d82fc698f86da9f1d35761327e9a3c5dbd.tar.bz2
gentoo-520806d82fc698f86da9f1d35761327e9a3c5dbd.zip
media-sound/clementine: fix compilation with gcc-7.1
Gentoo-Bug: 618214 Closes: https://github.com/gentoo/gentoo/pull/4640
Diffstat (limited to 'media-sound/clementine/clementine-1.3.1-r6.ebuild')
-rw-r--r--media-sound/clementine/clementine-1.3.1-r6.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/clementine/clementine-1.3.1-r6.ebuild b/media-sound/clementine/clementine-1.3.1-r6.ebuild
index 6dfba6c726c4..6d4916f0f570 100644
--- a/media-sound/clementine/clementine-1.3.1-r6.ebuild
+++ b/media-sound/clementine/clementine-1.3.1-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -95,6 +95,7 @@ PATCHES=(
"${FILESDIR}"/${P}-fix-desktop-file.patch
"${FILESDIR}"/${P}-chromaprint14.patch #603662
"${FILESDIR}"/${P}-libechonest_removal.patch
+ "${FILESDIR}"/${P}-add-missing-functional-includes.patch #618214
)
src_prepare() {