ports/mail/mutt/files/patch-crypt-gpgme.c
Chris Rees bb040dde3e Move mail/mutt to mail/mutt14
Move mail/mutt-lite to mail/mutt14-lite

Move mail/mutt-devel to mail/mutt

Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid
breaking the cvs exporter

PR:		ports/169546
Suggested by:	obrien
Approved by:	maintainer
2012-07-22 09:15:04 +00:00

10 lines
309 B
C

--- ./crypt-gpgme.c.orig 2009-07-01 21:28:51.000000000 -0400
+++ ./crypt-gpgme.c 2009-07-01 21:31:52.000000000 -0400
@@ -342,6 +342,7 @@
gpgme_error_t err;
gpgme_ctx_t ctx;
+ gpgme_check_version (NULL);
if (!GpgmeLocaleSet)
{
gpgme_set_locale (NULL, LC_CTYPE, setlocale (LC_CTYPE, NULL));