summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-05-29 00:16:41 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-02 19:06:37 +0200
commit80fdc7def4a6fefb711f282435ebc14f10078422 (patch)
treeb85d996da7e0d1d9e5ce0ad0898967273cb87be7 /media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild
parentmedia-sound/pulseaudio: Port to Qt5 (diff)
downloadgentoo-80fdc7def4a6fefb711f282435ebc14f10078422.tar.gz
gentoo-80fdc7def4a6fefb711f282435ebc14f10078422.tar.bz2
gentoo-80fdc7def4a6fefb711f282435ebc14f10078422.zip
media-sound/pulseaudio: Fix build with glibc-2.27
Closes: https://bugs.gentoo.org/646566 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild')
-rw-r--r--media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild b/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild
index f9aee0517a38..1a8c69657ddc 100644
--- a/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-11.1-r1.ebuild
@@ -116,7 +116,10 @@ RDEPEND="${RDEPEND}
)
"
-PATCHES=( "${FILESDIR}/${P}"-qpaeq-pyqt5-{1,2}.patch )
+PATCHES=(
+ "${FILESDIR}/${P}"-qpaeq-pyqt5-{1,2}.patch
+ "${FILESDIR}/${P}"-glibc-2.27.patch
+)
pkg_pretend() {
CONFIG_CHECK="~HIGH_RES_TIMERS"