1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/mail/mail-notification/files/patch-openssl-threads
Rong-En Fan b387a79a17 - Update to 5.4
- Add options for Yahoo! Mail and Windows Live Hotmail
- Chase mail/evolution version
- Pass maintainership to submitter

PR:		ports/125489
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd at gmail.com>
2008-07-14 02:40:22 +00:00

12 lines
479 B
Plaintext

--- 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",