summaryrefslogtreecommitdiffstats
path: root/mail/mail-notification/files/patch-openssl-threads
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-notification/files/patch-openssl-threads')
-rw-r--r--mail/mail-notification/files/patch-openssl-threads11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mail-notification/files/patch-openssl-threads b/mail/mail-notification/files/patch-openssl-threads
deleted file mode 100644
index 8c935adef..000000000
--- a/mail/mail-notification/files/patch-openssl-threads
+++ /dev/null
@@ -1,11 +0,0 @@
---- jbsrc/lib/src/extras/jb-openssl.c.orig 2008-04-27 16:47:43.000000000 +0200
-+++ jbsrc/lib/src/extras/jb-openssl.c 2008-07-10 22:48:53.000000000 +0200
-@@ -91,7 +91,7 @@
- result = jb_test_compile_string("#define OPENSSL_THREAD_DEFINES\n"
- "#include <openssl/opensslconf.h>\n"
- "int main () {\n"
-- "#ifndef OPENSSL_THREADS\n"
-+ "#if !defined(OPENSSL_THREADS) && !defined(THREADS)\n"
- "#error \"no thread support\"\n"
- "#endif\n"
- "}\n",