diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-05-23 22:40:19 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-05-23 22:40:19 +0800 |
commit | 1df7bafb5b96517ce79259ae8a811bbee905ee0e (patch) | |
tree | 3b38c44ac34725103a36c859ae6e48a220cca49f /mail | |
parent | 009003fba4dc532358d706e071ab1f3130e2edd2 (diff) | |
download | freebsd-ports-gnome-1df7bafb5b96517ce79259ae8a811bbee905ee0e.tar.gz freebsd-ports-gnome-1df7bafb5b96517ce79259ae8a811bbee905ee0e.tar.zst freebsd-ports-gnome-1df7bafb5b96517ce79259ae8a811bbee905ee0e.zip |
- Fix when run fetchmail with apop access.
PR: ports/146002
Submitted by: mkgt00@gmail.com
Approved by: maintainer (timeout > 14days)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/fetchmail/files/patch-configure b/mail/fetchmail/files/patch-configure new file mode 100644 index 000000000000..60f939283e2f --- /dev/null +++ b/mail/fetchmail/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2010-05-23 11:34:20.000000000 -0300 ++++ configure 2010-05-23 11:36:40.000000000 -0300 +@@ -9207,7 +9207,7 @@ + return 0; + } + _ACEOF +-for ac_lib in '' md5 md; do ++for ac_lib in '' md; do + if test -z "$ac_lib"; then + ac_res="none required" + else |