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

--- plugins/copy-tool/copy-tool.c	2010-02-19 08:21:55.000000000 +0000
+++ plugins/copy-tool/copy-tool.c	2010-02-19 10:08:30.000000000 +0000
@@ -40,6 +40,13 @@
 #include "camel/camel-url.h"
 
 void org_gnome_copy_tool_copy_address(gpointer ep, EMPopupTargetURI *t);
+gint e_plugin_lib_enable (EPluginLib *ep, gint enable);
+
+gint
+e_plugin_lib_enable (EPluginLib *ep, gint enable)
+{
+	return 0;
+}
 
 void
 org_gnome_copy_tool_copy_address(gpointer ep, EMPopupTargetURI *t)
