mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix when run fetchmail with apop access.
PR: ports/146002 Submitted by: mkgt00@gmail.com Approved by: maintainer (timeout > 14days)
This commit is contained in:
parent
f584ced71c
commit
a72c1fdbf5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254892
1 changed files with 11 additions and 0 deletions
11
mail/fetchmail/files/patch-configure
Normal file
11
mail/fetchmail/files/patch-configure
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue