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

--- plugins/profiler/profiler.c	2010-02-19 08:21:55.000000000 +0000
+++ plugins/profiler/profiler.c	2010-02-19 10:23:59.000000000 +0000
@@ -32,6 +32,14 @@
 #include <glib.h>
 #include <e-util/e-profile-event.h>
 
+gint e_plugin_lib_enable (EPluginLib *ep, gint enable);
+
+gint
+e_plugin_lib_enable (EPluginLib *ep, gint enable)
+{
+	return 0;
+}
+
 void
 org_gnome_evolution_profiler_event(EPlugin *ep, EProfileEventTarget *t)
 {
