diff options
author | 2021-04-29 21:54:50 -0400 | |
---|---|---|
committer | 2021-04-29 21:55:59 -0400 | |
commit | 284fa7b9c84407be55015e601768262d5c2c0f0d (patch) | |
tree | 863d42d20b3616a6707199b30470ecea97ed77cb /x11-libs/gtksourceview/gtksourceview-4.8.1.ebuild | |
parent | dev-libs/fribidi: Set CC_FOR_BUILD. (diff) | |
download | gentoo-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.ebuild | 4 |
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 |