diff options
Diffstat (limited to 'mail/mutt/patches/patch-ad')
-rw-r--r-- | mail/mutt/patches/patch-ad | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/mail/mutt/patches/patch-ad b/mail/mutt/patches/patch-ad index b419f3df5c6..c72b833d0e5 100644 --- a/mail/mutt/patches/patch-ad +++ b/mail/mutt/patches/patch-ad @@ -1,15 +1,13 @@ -$NetBSD: patch-ad,v 1.1 2000/05/20 18:41:41 kim Exp $ +$NetBSD: patch-ad,v 1.2 2002/05/29 12:13:53 tron Exp $ ---- lib.c 2000/05/16 15:23:02 2.24 -+++ lib.c 2000/05/20 07:31:00 -@@ -32,9 +32,9 @@ - #include <stdlib.h> - #include <sys/wait.h> - #include <errno.h> --#include <pwd.h> - #include <sys/stat.h> - #include <fcntl.h> -+#include <pwd.h> - - #include "lib.h" +--- Makefile.in.orig Wed Jan 30 17:50:34 2002 ++++ Makefile.in Wed Jan 30 17:56:07 2002 +@@ -144,7 +144,7 @@ + + INCLUDES = -I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl + +-CPPFLAGS = @CPPFLAGS@ -I$(includedir) ++CPPFLAGS = @CPPFLAGS@ + + non_us_sources = pgp.c pgpinvoke.c pgpkey.c pgplib.c sha1.c pgpmicalg.c gnupgparse.c sha1.h doc/language.txt doc/language50.txt OPS.PGP doc/PGP-Notes.txt OPS.MIX remailer.c remailer.h pgpewrap.c contrib/pgp2.rc contrib/pgp5.rc contrib/gpg.rc mutt_ssl.c mutt_ssl.h README.SSL mutt_ssl_nss.c pgppacket.c pgppacket.h |