patch-imap_sync_support_c 433 B

12345678910111213141516171819
  1. $OpenBSD: patch-imap_sync_support_c,v 1.1 2017/05/29 11:56:33 ajacoutot Exp $
  2. Unbreak if libical is found at configure time since we're not building http
  3. support.
  4. Index: imap/sync_support.c
  5. --- imap/sync_support.c.orig
  6. +++ imap/sync_support.c
  7. @@ -60,7 +60,9 @@
  8. #include <limits.h>
  9. #include "assert.h"
  10. +#ifdef USE_CALALARMD
  11. #include "caldav_alarm.h"
  12. +#endif
  13. #include "global.h"
  14. #include "imap_proxy.h"
  15. #include "mboxlist.h"