$NetBSD: patch-ca,v 1.2 2010/02/19 22:52:21 roy Exp $

--- plugins/addressbook-file/addressbook-file.c	2010-02-19 08:21:55.000000000 +0000
+++ plugins/addressbook-file/addressbook-file.c	2010-02-19 10:00:39.000000000 +0000
@@ -25,6 +25,14 @@
 #include <libedataserver/e-source.h>
 #include <string.h>
 
+gint e_plugin_lib_enable (EPluginLib *ep, gint enable);
+
+gint
+e_plugin_lib_enable (EPluginLib *ep, gint enable)
+{
+	return 0;
+}
+
 GtkWidget *e_book_file_dummy (EPlugin *epl, EConfigHookItemFactoryData *data);
 
 GtkWidget *
