diff options
author | dougb <dougb@FreeBSD.org> | 2004-08-09 08:51:46 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-08-09 08:51:46 +0000 |
commit | ab4aaa1171f07cff5396b9f0d30d120df7ee7ef7 (patch) | |
tree | 3b76c9b3975f2524a06d910aa9dc9e8752613352 /mail/pine4 | |
parent | 82fda527160abaffa8c19e6f22f36a99a3ec73fb (diff) | |
download | FreeBSD-ports-ab4aaa1171f07cff5396b9f0d30d120df7ee7ef7.zip FreeBSD-ports-ab4aaa1171f07cff5396b9f0d30d120df7ee7ef7.tar.gz |
Regenerate for Pine 4.61
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/files/patch-bb | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/mail/pine4/files/patch-bb b/mail/pine4/files/patch-bb index 974aa85..622e72d 100644 --- a/mail/pine4/files/patch-bb +++ b/mail/pine4/files/patch-bb @@ -1,12 +1,13 @@ ---- pine/init.c.orig Fri May 23 09:10:06 2003 -+++ pine/init.c Fri Sep 5 01:44:21 2003 -@@ -1485,6 +1485,9 @@ - GLO_NORM_FORE_COLOR = cpystr(colorx(DEFAULT_NORM_FORE)); - GLO_NORM_BACK_COLOR = cpystr(colorx(DEFAULT_NORM_BACK)); - #endif +--- pine/init.c.orig Thu Jul 15 10:37:24 2004 ++++ pine/init.c Mon Aug 9 01:23:53 2004 +@@ -1547,6 +1547,10 @@ + * having a global fixedprc, since we don't need it anymore after this. + */ + fixedprc = new_pinerc_s(SYSTEM_PINERC_FIXED); ++#endif ++ +#ifdef DF_SPELLER + GLO_SPELLER = cpystr(DF_SPELLER); -+#endif + #endif /* - * Default first value for addrbook list if none set. |