diff options
author | mbr <mbr@FreeBSD.org> | 2006-12-10 18:37:45 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2006-12-10 18:37:45 +0800 |
commit | 3d067c791abb077ff88e793df5f03a2a6c2a3cd1 (patch) | |
tree | e3bc15aa600c866c78a4482292062b91367fc282 /mail | |
parent | d3b04422096e11bcbce31574f3121f77cdff1936 (diff) | |
download | freebsd-ports-gnome-3d067c791abb077ff88e793df5f03a2a6c2a3cd1.tar.gz freebsd-ports-gnome-3d067c791abb077ff88e793df5f03a2a6c2a3cd1.tar.zst freebsd-ports-gnome-3d067c791abb077ff88e793df5f03a2a6c2a3cd1.zip |
Fix build
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pop3proxy/files/patch-ssl | 21 | ||||
-rw-r--r-- | mail/up-imapproxy/files/patch-ssl | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/mail/pop3proxy/files/patch-ssl b/mail/pop3proxy/files/patch-ssl new file mode 100644 index 000000000000..81f81a6c41cd --- /dev/null +++ b/mail/pop3proxy/files/patch-ssl @@ -0,0 +1,21 @@ +--- include/pop3proxy.h Tue Apr 20 23:55:23 2004 ++++ include/pop3proxy.h Sun Dec 10 11:28:42 2006 +@@ -107,6 +107,7 @@ + + #if HAVE_LIBSSL + #include <openssl/ssl.h> ++#include <openssl/md5.h> + #include <openssl/rand.h> + #include <limits.h> + #endif +--- config.h.in Tue Apr 20 10:26:46 2004 ++++ config.h.in Sun Dec 10 11:27:13 2006 +@@ -27,7 +27,7 @@ + #undef HAVE_LIBSOCKET + + /* Define to 1 if you have the `ssl' library (-lssl). */ +-#undef HAVE_LIBSSL ++#define HAVE_LIBSSL 1 + + /* Define to 1 if you have the <memory.h> header file. */ + #undef HAVE_MEMORY_H diff --git a/mail/up-imapproxy/files/patch-ssl b/mail/up-imapproxy/files/patch-ssl new file mode 100644 index 000000000000..4851b132a984 --- /dev/null +++ b/mail/up-imapproxy/files/patch-ssl @@ -0,0 +1,21 @@ +--- include/imapproxy.h Tue Apr 20 23:55:23 2004 ++++ include/imapproxy.h Sun Dec 10 11:28:42 2006 +@@ -107,6 +107,7 @@ + + #if HAVE_LIBSSL + #include <openssl/ssl.h> ++#include <openssl/md5.h> + #include <openssl/rand.h> + #include <limits.h> + #endif +--- config.h.in Tue Apr 20 10:26:46 2004 ++++ config.h.in Sun Dec 10 11:27:13 2006 +@@ -27,7 +27,7 @@ + #undef HAVE_LIBSOCKET + + /* Define to 1 if you have the `ssl' library (-lssl). */ +-#undef HAVE_LIBSSL ++#define HAVE_LIBSSL 1 + + /* Define to 1 if you have the <memory.h> header file. */ + #undef HAVE_MEMORY_H |