diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-23 14:40:19 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-05-23 14:40:19 +0000 |
commit | a72c1fdbf5b36010bae4c5d0ab9653becf902bb7 (patch) | |
tree | 80e9a6ce1785b14c6d2455fba38b0ca844b0893e /mail/fetchmail | |
parent | f584ced71c0d64ccf697e1e3bbd344de101d7a05 (diff) | |
download | ports-a72c1fdbf5b36010bae4c5d0ab9653becf902bb7.tar.gz ports-a72c1fdbf5b36010bae4c5d0ab9653becf902bb7.zip |
Notes
Diffstat (limited to 'mail/fetchmail')
-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 |