Actually the patch is this one:

[sbox-FREMANTLE_X86: ~/tinymail/libtinymail-camel/camel-lite] > svn diff
Index: camel/camel.c
===================================================================
--- camel/camel.c       (revision 3910)
+++ camel/camel.c       (working copy)
@@ -44,10 +44,12 @@
 #include "camel-provider.h"
 #include "camel-private.h"

+#ifdef HAVE_NSS
 /* To protect NSS initialization and shutdown */
 PRLock *nss_initlock = NULL;
 /* Whether or not Camel has initialized the NSS library */
 volatile gboolean nss_initialized = FALSE;
+#endif /* HAVE_NSS */

 static int initialized = FALSE;


I tried to commit, but I need authorization.
We'll look into the auth issue tomorrow.

--
anidel



2009/4/29 Aniello Del Sorbo <ani...@gmail.com>:
> Hi guys,
>
> I was trying to build modest for Fremantle beta and I've encoutered an
> issue while compiling tinymail.
> I had to manually apply this patch in order to continue the compilation 
> process.
>
> [sbox-FREMANTLE_X86: ~/tinymail/libtinymail-camel/camel-lite] > svn diff
> Index: camel/camel.c
> ===================================================================
> --- camel/camel.c       (revision 3910)
> +++ camel/camel.c       (working copy)
> @@ -44,8 +44,10 @@
>  #include "camel-provider.h"
>  #include "camel-private.h"
>
> +#ifdef HAVE_NSS
>  /* To protect NSS initialization and shutdown */
>  PRLock *nss_initlock = NULL;
> +#endif /* HAVE_NSS */
>  /* Whether or not Camel has initialized the NSS library */
>  volatile gboolean nss_initialized = FALSE;
>
>
> ==================
>
> I don't know, and haven't tried, if I can simply commit the change
> myself or not.
>
> --
> anidel
>
_______________________________________________
Modest-devel mailing list
Modest-devel@garage.maemo.org
https://garage.maemo.org/mailman/listinfo/modest-devel

Reply via email to