diff options
Diffstat (limited to 'mail/evolution-mapi3/files')
3 files changed, 0 insertions, 45 deletions
diff --git a/mail/evolution-mapi3/files/patch-configure b/mail/evolution-mapi3/files/patch-configure deleted file mode 100644 index 37d9ca819..000000000 --- a/mail/evolution-mapi3/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2010-07-26 17:53:40.000000000 +0200 -+++ configure 2010-07-26 17:54:05.000000000 +0200 -@@ -13306,7 +13306,7 @@ LIBMAPI_REQUIRED=0.9 - EVO_PLUGIN_RULE=$srcdir/eplugin-rule.mk - - --plugindir=`$PKG_CONFIG --variable=plugindir evolution-plugin` -+plugindir=`$PKG_CONFIG --variable=plugindir $EVO_PLUGIN_PACKAGE` - - - extensiondir=`$PKG_CONFIG --variable=extensiondir evolution-data-server-$EDS_PACKAGE` diff --git a/mail/evolution-mapi3/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c b/mail/evolution-mapi3/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c deleted file mode 100644 index b4123235e..000000000 --- a/mail/evolution-mapi3/files/patch-src_account-setup-eplugin_exchange-mapi-account-setup.c +++ /dev/null @@ -1,24 +0,0 @@ ---- src/account-setup-eplugin/exchange-mapi-account-setup.c.orig 2010-03-08 04:03:24.000000000 -0500 -+++ src/account-setup-eplugin/exchange-mapi-account-setup.c 2010-03-13 17:49:17.000000000 -0500 -@@ -696,3 +696,21 @@ exchange_mapi_cal_commit (EPlugin *epl, - // Update the folder list in the plugin and ExchangeMAPIFolder - return; - } -+ -+const char *g_module_check_init (gpointer module); -+const char * -+g_module_check_init (gpointer module) { -+ return NULL; -+} -+ -+void g_module_unload (gpointer module); -+void -+g_module_unload (gpointer module) { -+ return; -+} -+ -+GtkWidget *e_plugin_lib_get_configure_widget (EPlugin *plugin); -+GtkWidget * -+e_plugin_lib_get_configure_widget (EPlugin *plugin) { -+ return NULL; -+} diff --git a/mail/evolution-mapi3/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c b/mail/evolution-mapi3/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c deleted file mode 100644 index 5801861bd..000000000 --- a/mail/evolution-mapi3/files/patch-src_libexchangemapi_exchnage-mapi-cal-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/libexchangemapi/exchange-mapi-cal-utils.c.orig 2010-06-07 16:59:16.000000000 +0200 -+++ src/libexchangemapi/exchange-mapi-cal-utils.c 2010-06-07 17:01:25.000000000 +0200 -@@ -2175,6 +2175,7 @@ populate_freebusy_data (struct Binary_r - gchar *start = NULL, *end = NULL; - time_t start_date, end_date; - icalcomponent *icalcomp = NULL; -+ int daylight = 0; - - if (!bin) - return; |