Properly load the evolution plugin.

This commit is contained in:
ajacoutot 2012-05-04 09:16:04 +00:00
parent a415e91633
commit 89485c58f3
2 changed files with 17 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.103 2012/05/03 18:52:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.104 2012/05/04 09:16:04 ajacoutot Exp $
# XXX Binary files patch-src_tracker-control_tracker-control-general_c
# and patch-src_tracker-control_tracker-control-general_c.new differ
@ -21,6 +21,8 @@ PKGNAME-main= meta-tracker-${VERSION}
PKGNAME-evolution= evolution-meta-tracker-${VERSION}
PKGNAME-nautilus= nautilus-meta-tracker-${VERSION}
REVISION-evolution= 0
# Only get the first x.y which is needed in the PLIST.
# NOTE: when MAJ_V changes, increment TRACKER_VERSION accordingly and bump:
# net/telepathy/folks

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-src_plugins_evolution_tracker-evolution-plugin_c,v 1.6 2012/05/04 09:16:04 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=675437
--- src/plugins/evolution/tracker-evolution-plugin.c.orig Fri May 4 10:57:05 2012
+++ src/plugins/evolution/tracker-evolution-plugin.c Fri May 4 10:56:52 2012
@@ -70,6 +70,7 @@
#endif
/* Remaining includes which are in ALL versions: */
+#include <mail/e-mail-backend.h>
#include <shell/e-shell.h>
#include <e-util/e-config.h>