diff -r acad5c9dea5f -r dae915416cf4 pinentry/pinentry.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pinentry/pinentry.patch Fri Oct 22 22:51:26 2010 +0200 @@ -0,0 +1,20 @@ +Index: gtk+-2/gtksecentry.c +--- gtk+-2/gtksecentry.c.orig 2004-09-02 03:47:13 +0200 ++++ gtk+-2/gtksecentry.c 2006-11-15 21:27:51 +0100 +@@ -39,6 +39,16 @@ + #include + #include + ++#define g_malloc my_g_malloc ++#define g_malloc0 my_g_malloc0 ++#define g_realloc my_g_realloc ++#define g_free my_g_free ++ ++gpointer g_malloc(gulong size); ++gpointer g_malloc0(gulong size); ++gpointer g_realloc(gpointer mem, gulong size); ++void g_free(gpointer mem); ++ + #include "gtksecentry.h" + #include "memory.h" +