diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-29 19:16:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-01-29 19:16:35 +0000 |
commit | a3b91c3abf75dd737afe1295e2005d87593ed8ee (patch) | |
tree | 2ec02d652d85a6d309bf55c605200aafe522452a /mail/mutt-devel/files/patch-01 | |
parent | mp defines an ISO Latin 1 character set if one is not provided by the (diff) |
Upgrade mutt.with_pgp to 0.59 PL19.
Upgrade mutt to 0.59.1 PL0. (0.59e is hopelessly broken)
Diffstat (limited to '')
-rw-r--r-- | mail/mutt-devel/files/patch-01 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01 index a2dd61b4f42b..636181881511 100644 --- a/mail/mutt-devel/files/patch-01 +++ b/mail/mutt-devel/files/patch-01 @@ -1,13 +1,13 @@ ---- Makefile.in.orig Fri Jan 10 12:40:23 1997 -+++ Makefile.in Mon Jan 13 01:32:39 1997 -@@ -46,10 +46,13 @@ - TAINTED= curs_main.c handler.c hdrline.c init.c keymap.c main.c parse.c \ - send.c sendlib.c +--- Makefile.in.orig Mon Jan 27 18:15:59 1997 ++++ Makefile.in Wed Jan 29 07:23:40 1997 +@@ -72,10 +72,13 @@ + sendlib.c \ + url.c -all: mutt +all: mutt docs - mutt: $(OBJS) + mutt: $(OBJS) $(REGEX) $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS) + +docs: |