summaryrefslogtreecommitdiff
path: root/mail/thunderbird45/patches/patch-ldap_c-sdk_include_portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird45/patches/patch-ldap_c-sdk_include_portable.h')
-rw-r--r--mail/thunderbird45/patches/patch-ldap_c-sdk_include_portable.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/thunderbird45/patches/patch-ldap_c-sdk_include_portable.h b/mail/thunderbird45/patches/patch-ldap_c-sdk_include_portable.h
new file mode 100644
index 00000000000..c48de4f5f19
--- /dev/null
+++ b/mail/thunderbird45/patches/patch-ldap_c-sdk_include_portable.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-ldap_c-sdk_include_portable.h,v 1.1 2017/04/27 13:38:18 ryoon Exp $
+
+--- ldap/c-sdk/include/portable.h.orig 2016-04-07 21:14:24.000000000 +0000
++++ ldap/c-sdk/include/portable.h
+@@ -122,7 +122,7 @@
+ * some systems don't have the BSD re_comp and re_exec routines
+ */
+ #ifndef NEED_BSDREGEX
+-#if ( defined( SYSV ) || defined( NETBSD ) || defined( FREEBSD ) || defined(__OpenBSD__) || defined( linux ) || defined( DARWIN )) && !defined(sgi)
++#if ( defined( SYSV ) || defined( NETBSD ) || defined(DRAGONFLY) || defined( FREEBSD ) || defined(__OpenBSD__) || defined( linux ) || defined( DARWIN )) && !defined(sgi)
+ #define NEED_BSDREGEX
+ #endif
+ #endif