diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 02:02:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-30 02:02:38 +0800 |
commit | f5f5b739dfa09f2661c94be478ee57e0f96e935e (patch) | |
tree | d8c0c190300ed3c1fe040cb932e9ed708033df6b /databases | |
parent | 1ca977b8fd750c55ef2117b86b5d98f75dacbb61 (diff) | |
download | marcuscom-ports-f5f5b739dfa09f2661c94be478ee57e0f96e935e.tar.gz marcuscom-ports-f5f5b739dfa09f2661c94be478ee57e0f96e935e.tar.zst marcuscom-ports-f5f5b739dfa09f2661c94be478ee57e0f96e935e.zip |
Add a patch necessary to fix the build on 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2905 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c b/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c new file mode 100644 index 000000000..3c594c62b --- /dev/null +++ b/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c @@ -0,0 +1,11 @@ +--- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Wed Sep 29 13:51:58 2004 ++++ calendar/backends/groupwise/e-cal-backend-groupwise.c Wed Sep 29 13:52:10 2004 +@@ -518,7 +518,7 @@ + CAL_STATIC_CAPABILITY_NO_THISANDPRIOR "," \ + CAL_STATIC_CAPABILITY_NO_THISANDFUTURE "," \ + CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK "," \ +- CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR "," \ ++ CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR "," \ + CAL_STATIC_CAPABILITY_SAVE_SCHEDULES); + + return GNOME_Evolution_Calendar_Success; |