summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-08-20 16:10:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-08-20 16:36:51 +0200
commitc17f12094f895eab94115d8556bafe3df64d0c1b (patch)
tree69c5575e80ac8b96fd0bfce6dfdd31d181786492 /media-libs/phonon/phonon-4.11.1-r2.ebuild
parentRevert "profiles/features/llvm/package.mask: preliminary -bin masks" (diff)
downloadgentoo-c17f12094f895eab94115d8556bafe3df64d0c1b.tar.gz
gentoo-c17f12094f895eab94115d8556bafe3df64d0c1b.tar.bz2
gentoo-c17f12094f895eab94115d8556bafe3df64d0c1b.zip
media-libs/phonon: Fix build with clang-16
Closes: https://bugs.gentoo.org/894346 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/phonon/phonon-4.11.1-r2.ebuild')
-rw-r--r--media-libs/phonon/phonon-4.11.1-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/phonon/phonon-4.11.1-r2.ebuild b/media-libs/phonon/phonon-4.11.1-r2.ebuild
index da2281950bf6..0fd2db131a67 100644
--- a/media-libs/phonon/phonon-4.11.1-r2.ebuild
+++ b/media-libs/phonon/phonon-4.11.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,6 +36,8 @@ PDEPEND="
vlc? ( >=media-libs/phonon-vlc-0.9.60 )
"
+PATCHES=( "${FILESDIR}/${P}-clang-16.patch" ) # bug 894346
+
src_configure() {
local mycmakeargs=(
-DPHONON_BUILD_DESIGNER_PLUGIN=$(usex designer)