head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.8 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.6 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.4 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.2 pkgsrc-2011Q2-base:1.3 pkgsrc-2010Q2:1.2.0.4 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.2 pkgsrc-2010Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2010.07.13.12.24.34; author drochner; state dead; branches; next 1.2; 1.2 date 2010.02.19.22.52.21; author roy; state Exp; branches; next 1.1; 1.1 date 2010.02.19.22.48.14; author roy; state Exp; branches; next ; desc @@ 1.3 log @update to 2.30.2 This switches to the gnome-2.30 release branch. (It crashes more often than the old version for me. Any help welcome.) @ text @$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 #include +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) { @ 1.2 log @Add $NetBSD$ @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Ensure that all plugins have e_lib_plugin_enable defined so that Evolution starts in a few seconds instead of a few minutes on NetBSD. @ text @d1 2 @