mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
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
10 lines
309 B
C
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));
|