diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2002-09-29 18:23:32 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2002-09-29 18:23:32 +0000 |
| commit | 312ab9677d455090ae13eaccf3f5371291d72a35 (patch) | |
| tree | f6cedb2d23462d50e557147032afccca0a6d5672 /mail/fetchmail/files/patch-aclocal.m4 | |
| parent | Fix broken rtpmon build. (diff) | |
Update 5.9.13 --> 6.1.0. Fixes yet another buffer overflow (exploit)
described at http://security.e-matters.de/advisories/032002.html.
Approved by: nectar (using his security-officer hat)
will (using his portmgr hat)
As we are so close to last tagging, as suggested by
portmgr, maintainer approval is forgone.
Diffstat (limited to 'mail/fetchmail/files/patch-aclocal.m4')
| -rw-r--r-- | mail/fetchmail/files/patch-aclocal.m4 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/fetchmail/files/patch-aclocal.m4 b/mail/fetchmail/files/patch-aclocal.m4 index 454af9df60c4..665b8020ea90 100644 --- a/mail/fetchmail/files/patch-aclocal.m4 +++ b/mail/fetchmail/files/patch-aclocal.m4 @@ -2,11 +2,11 @@ +++ aclocal.m4 Wed May 22 21:11:00 2002 @@ -273,6 +273,9 @@ - CATOBJEXT=.gmo - fi -+ if test "$gt_cv_func_gettext_libintl" = "yes"; then -+ INTLLIBS='-lintl' -+ fi - ]) + CATOBJEXT=.gmo + fi ++ if test "$gt_cv_func_gettext_libintl" = "yes"; then ++ INTLLIBS='-lintl' ++ fi + ]) - if test "$CATOBJEXT" = "NONE"; then + if test "$gt_use_preinstalled_gnugettext" = "yes" \ |
