diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-08-08 18:30:30 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-08-09 10:22:08 +0300 |
commit | d849945a3cdffa402337ed5b85b72400df80c4ee (patch) | |
tree | fc22b2b173ad1785fa13933a158803dc3269f6b6 /gnome-extra/evolution-data-server/files | |
parent | media-gfx/gthumb: security cleanup (diff) | |
download | gentoo-d849945a3cdffa402337ed5b85b72400df80c4ee.tar.gz gentoo-d849945a3cdffa402337ed5b85b72400df80c4ee.tar.bz2 gentoo-d849945a3cdffa402337ed5b85b72400df80c4ee.zip |
gnome-extra/evolution-data-server: bump to 3.36.5, fix USE=gtk-doc build
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
-rw-r--r-- | gnome-extra/evolution-data-server/files/3.36.5-gtk-doc-1.32-compat.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/3.36.5-gtk-doc-1.32-compat.patch b/gnome-extra/evolution-data-server/files/3.36.5-gtk-doc-1.32-compat.patch new file mode 100644 index 000000000000..3a202bee154e --- /dev/null +++ b/gnome-extra/evolution-data-server/files/3.36.5-gtk-doc-1.32-compat.patch @@ -0,0 +1,32 @@ +From 24c7ca17eaf69211b75f2882c11aeff01a3cad01 Mon Sep 17 00:00:00 2001 +From: Mart Raudsepp <leio@gentoo.org> +Date: Sat, 8 Aug 2020 18:59:25 +0300 +Subject: [PATCH] I#158 - Workaround build error with gtk-doc-1.32 + +--- + src/calendar/libecal/e-cal-time-util.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/calendar/libecal/e-cal-time-util.h b/src/calendar/libecal/e-cal-time-util.h +index 8acb13061..11c9d3369 100644 +--- a/src/calendar/libecal/e-cal-time-util.h ++++ b/src/calendar/libecal/e-cal-time-util.h +@@ -150,6 +150,7 @@ void time_to_gdate_with_zone (GDate *date, + * struct tm manipulation + **************************************************************************/ + ++#ifndef __GTK_DOC_IGNORE__ + struct tm e_cal_util_icaltime_to_tm + (const ICalTime *itt); + struct tm e_cal_util_icaltime_to_tm_with_zone +@@ -159,6 +160,7 @@ struct tm e_cal_util_icaltime_to_tm_with_zone + ICalTime * e_cal_util_tm_to_icaltime + (struct tm *tm, + gboolean is_date); ++#endif + + G_END_DECLS + +-- +2.20.1 + |