summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-04-29 21:54:50 -0400
committerMatt Turner <mattst88@gentoo.org>2021-04-29 21:55:59 -0400
commit284fa7b9c84407be55015e601768262d5c2c0f0d (patch)
tree863d42d20b3616a6707199b30470ecea97ed77cb /x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild
parentdev-libs/fribidi: Set CC_FOR_BUILD. (diff)
downloadgentoo-284fa7b9c84407be55015e601768262d5c2c0f0d.tar.gz
gentoo-284fa7b9c84407be55015e601768262d5c2c0f0d.tar.bz2
gentoo-284fa7b9c84407be55015e601768262d5c2c0f0d.zip
x11-libs/gtksourceview: Add patch to build with GCC-11
I mistakenly thought this patch was included in the v4.8.1 release when I added it and closed bug #732784. Closes: https://bugs.gentoo.org/732784 Closes: https://bugs.gentoo.org/786630 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild')
-rw-r--r--x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild b/x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild
index c8e7a97d1ba7..ea3909535ab9 100644
--- a/x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild
+++ b/x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild
@@ -36,6 +36,10 @@ BDEPEND="
vala? ( $(vala_depend) )
"
+PATCHES=(
+ "${FILESDIR}"/${PV}-build-disable-Werror-for-incompatible-pointer-types.patch
+)
+
src_prepare() {
use vala && vala_src_prepare
xdg_src_prepare