diff options
Diffstat (limited to 'net-im/ayttm/files/patch-modules__aycryption__aycryption.c')
-rw-r--r-- | net-im/ayttm/files/patch-modules__aycryption__aycryption.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/ayttm/files/patch-modules__aycryption__aycryption.c b/net-im/ayttm/files/patch-modules__aycryption__aycryption.c new file mode 100644 index 000000000000..9f0693f740ea --- /dev/null +++ b/net-im/ayttm/files/patch-modules__aycryption__aycryption.c @@ -0,0 +1,11 @@ +--- ./modules/aycryption/aycryption.c.orig 2008-08-11 00:50:44.000000000 -0400 ++++ ./modules/aycryption/aycryption.c 2009-07-02 04:06:35.000000000 -0400 +@@ -108,6 +108,8 @@ + + static int aycryption_init() + { ++ gpgme_check_version (NULL); ++ + input_list *il = g_new0(input_list, 1); + plugin_info.prefs = il; + |