diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-09-29 18:39:43 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-09-29 18:39:43 +0000 |
commit | 5066f0277e0ca464021999b94e0c5595dc396fb5 (patch) | |
tree | e2afa92b7d295f6e06fbd1488b76cb2ca25d3473 /comms/kermit | |
parent | df17e705a2386567bdc7a4aa77f75823c363cc95 (diff) | |
download | FreeBSD-ports-5066f0277e0ca464021999b94e0c5595dc396fb5.zip FreeBSD-ports-5066f0277e0ca464021999b94e0c5595dc396fb5.tar.gz |
- Fix conflicts with openssl
Diffstat (limited to 'comms/kermit')
-rw-r--r-- | comms/kermit/files/patch-ck_ssl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/kermit/files/patch-ck_ssl.h b/comms/kermit/files/patch-ck_ssl.h new file mode 100644 index 0000000..a71c6a1 --- /dev/null +++ b/comms/kermit/files/patch-ck_ssl.h @@ -0,0 +1,10 @@ +--- ck_ssl.h.orig Sun Mar 14 18:08:23 2004 ++++ ck_ssl.h Thu Sep 29 20:31:23 2005 +@@ -39,6 +39,7 @@ + * definitions there is no reason to have it included by openssl/evp.h + */ + #define OPENSSL_NO_MDC2 ++#undef EM + #include <openssl/des.h> + #include <openssl/ssl.h> + #include <openssl/x509v3.h> |