summaryrefslogtreecommitdiff
path: root/mail/thunderbird10/patches/patch-directory_c-sdk_ldap_include_portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird10/patches/patch-directory_c-sdk_ldap_include_portable.h')
-rw-r--r--mail/thunderbird10/patches/patch-directory_c-sdk_ldap_include_portable.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/thunderbird10/patches/patch-directory_c-sdk_ldap_include_portable.h b/mail/thunderbird10/patches/patch-directory_c-sdk_ldap_include_portable.h
deleted file mode 100644
index 1c283a7f18d..00000000000
--- a/mail/thunderbird10/patches/patch-directory_c-sdk_ldap_include_portable.h
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-directory_c-sdk_ldap_include_portable.h,v 1.1.1.1 2012/03/15 09:45:29 ryoon Exp $
-
---- ldap/sdks/c-sdk/ldap/include/portable.h.orig 2012-02-16 10:25:44.000000000 +0000
-+++ ldap/sdks/c-sdk/ldap/include/portable.h
-@@ -122,8 +122,11 @@
- * 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
-+/* there are conflicting prototypes in unistd.h on DragonFly */
-+#define re_comp ldap_compat_re_comp
-+#define re_exec ldap_compat_re_exec
- #endif
- #endif
-