diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-22 22:19:00 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-22 22:19:00 +0000 |
commit | 9153a8264acecd070c17102f26c412e7da89dda2 (patch) | |
tree | df3d559ee62215718cd79c62c42a34c143ef420c /mail/fetchmail | |
parent | Update to version 5.1.0. This should finally fix the build problems (diff) |
Fix a typo
Notes
Notes:
svn path=/head/; revision=21891
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/files/patch-ad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/files/patch-ad b/mail/fetchmail/files/patch-ad index e0b1d850e805..328309c2edba 100644 --- a/mail/fetchmail/files/patch-ad +++ b/mail/fetchmail/files/patch-ad @@ -23,7 +23,7 @@ CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include" LDEFLAGS="$LDEFLAGS -L$dir/lib" - LIBS="$LIBS -lkrb -ldes" -+ LIBS="$LIBS -lkrb -ldes -lecomm_err" ++ LIBS="$LIBS -lkrb -ldes -lcom_err" break fi done |