summaryrefslogtreecommitdiff
path: root/mail/thunderbird52/patches/patch-ldap_c-sdk_include_portable.h
blob: 9b77b33f515239cb54b256196c43683ac7373a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ldap_c-sdk_include_portable.h,v 1.1 2018/12/16 08:29:48 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