commit:     94af43f25e680dd62a77031962ff87936348c551
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 22:35:28 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 22:36:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94af43f2

dev-libs/totem-pl-parser: Add patch to build with gcc-11

Closes: https://bugs.gentoo.org/798864
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild 
b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild
index 41eae294ede..294cf0ed142 100644
--- a/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild
+++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.26.6.ebuild
@@ -36,6 +36,10 @@ BDEPEND="
        )
 "
 
+PATCHES=(
+       "${FILESDIR}"/${PV}-plparser-Fix-uninitialized-variable-error.patch
+)
+
 src_prepare() {
        # Disable tests requiring network access, bug #346127
        # 3rd test fails on upgrade, not once installed

Reply via email to