mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build
This commit is contained in:
parent
f6a345a00f
commit
8b6fa268b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179367
2 changed files with 42 additions and 0 deletions
21
mail/pop3proxy/files/patch-ssl
Normal file
21
mail/pop3proxy/files/patch-ssl
Normal file
|
@ -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
|
21
mail/up-imapproxy/files/patch-ssl
Normal file
21
mail/up-imapproxy/files/patch-ssl
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue