diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-09-30 02:39:43 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-09-30 02:39:43 +0800 |
commit | 5066f0277e0ca464021999b94e0c5595dc396fb5 (patch) | |
tree | e2afa92b7d295f6e06fbd1488b76cb2ca25d3473 /comms | |
parent | df17e705a2386567bdc7a4aa77f75823c363cc95 (diff) | |
download | freebsd-ports-gnome-5066f0277e0ca464021999b94e0c5595dc396fb5.tar.gz freebsd-ports-gnome-5066f0277e0ca464021999b94e0c5595dc396fb5.tar.zst freebsd-ports-gnome-5066f0277e0ca464021999b94e0c5595dc396fb5.zip |
- Fix conflicts with openssl
Diffstat (limited to 'comms')
-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 000000000000..a71c6a1a6729 --- /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> |