diff options
Diffstat (limited to 'mail/fetchmail/files/patch-configure')
-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 |