mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
b387a79a17
- 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>
12 lines
479 B
Plaintext
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",
|