From a72c1fdbf5b36010bae4c5d0ab9653becf902bb7 Mon Sep 17 00:00:00 2001 From: Sylvio Cesar Teixeira Date: Sun, 23 May 2010 14:40:19 +0000 Subject: - Fix when run fetchmail with apop access. PR: ports/146002 Submitted by: mkgt00@gmail.com Approved by: maintainer (timeout > 14days) --- mail/fetchmail/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/fetchmail/files/patch-configure (limited to 'mail/fetchmail/files/patch-configure') 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 -- cgit v1.2.3