summaryrefslogtreecommitdiff
path: root/mail/mail-notification/files/patch-03-openssl-threads
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-notification/files/patch-03-openssl-threads')
-rw-r--r--mail/mail-notification/files/patch-03-openssl-threads11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/mail-notification/files/patch-03-openssl-threads b/mail/mail-notification/files/patch-03-openssl-threads
deleted file mode 100644
index 74ab914cf05e..000000000000
--- a/mail/mail-notification/files/patch-03-openssl-threads
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2007-06-26 13:40:19.000000000 +0200
-+++ configure 2007-10-31 03:47:03.000000000 +0100
-@@ -24236,7 +24236,7 @@
- #include <openssl/opensslconf.h>
-
- int main() {
--#ifdef OPENSSL_THREADS
-+#if defined(OPENSSL_THREADS) || defined(THREADS)
- exit(0); /* ok */
- #else
- exit(1); /* no thread support */