summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch')
-rw-r--r--gnome-extra/evolution-data-server/files/evolution-data-server-1.2.3-gcc4.patch13
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;