diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-06-10 02:27:15 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-06-10 02:27:15 +0000 |
commit | c8b4986005305320443de8150adf5e13d1c15bab (patch) | |
tree | 12a22aa38cd797b7cc25f578317496eee314e79b /gnome-extra/evolution-data-server/files | |
parent | old (diff) | |
download | gentoo-2-c8b4986005305320443de8150adf5e13d1c15bab.tar.gz gentoo-2-c8b4986005305320443de8150adf5e13d1c15bab.tar.bz2 gentoo-2-c8b4986005305320443de8150adf5e13d1c15bab.zip |
upstream gcc4 patch
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnome-extra/evolution-data-server/files')
-rw-r--r-- | gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch b/gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch new file mode 100644 index 000000000000..49a4ddeb6dc8 --- /dev/null +++ b/gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch @@ -0,0 +1,13 @@ +diff -ur evolution-data-server-1.2.3-orig/calendar/libecal/e-cal.c evolution-data-server-1.2.3/calendar/libecal/e-cal.c +--- evolution-data-server-1.2.3-orig/calendar/libecal/e-cal.c 2005-06-09 20:00:28.000000000 -0400 ++++ evolution-data-server-1.2.3/calendar/libecal/e-cal.c 2005-06-09 20:02:10.000000000 -0400 +@@ -40,7 +40,8 @@ + #include "e-cal-view-listener.h" + #include "e-cal.h" + +- ++static gboolean ++open_calendar (ECal *ecal, gboolean only_if_exists, GError **error, ECalendarStatus *status, gboolean needs_auth); + + typedef struct { + GMutex *mutex; |