summaryrefslogtreecommitdiff
path: root/devel/ldapsdk/patches
diff options
context:
space:
mode:
authorhwr <hwr@pkgsrc.org>1999-05-18 21:22:26 +0000
committerhwr <hwr@pkgsrc.org>1999-05-18 21:22:26 +0000
commitb82e66fd6c042695d090c6efa8879aeb9ba83780 (patch)
treeb43beaaabf13eb51e19a0de3f6631ca9dfe86d0b /devel/ldapsdk/patches
parentff668bfb3d06b913cdd8dd1737a3df2404af2b29 (diff)
downloadpkgsrc-b82e66fd6c042695d090c6efa8879aeb9ba83780.tar.gz
The Mozilla project C-SDK for LDAP. A LDAP V3 client library.
Diffstat (limited to 'devel/ldapsdk/patches')
-rw-r--r--devel/ldapsdk/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/ldapsdk/patches/patch-aa b/devel/ldapsdk/patches/patch-aa
new file mode 100644
index 00000000000..a42b20f5ca4
--- /dev/null
+++ b/devel/ldapsdk/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/05/18 21:22:27 hwr Exp $
+
+--- directory/c-sdk/ldap/include/portable.h.orig Thu Dec 31 12:28:20 1998
++++ directory/c-sdk/ldap/include/portable.h Tue May 18 21:53:54 1999
+@@ -228,7 +228,7 @@
+ defined(UNIXWARE) || defined(SUNOS4) || defined(SNI) || defined(BSDI) || \
+ defined(NCR) || defined(OSF1) || defined(NEC) || \
+ ( defined(HPUX10) && !defined(_REENTRANT)) || defined(HPUX11) || \
+- defined(UnixWare) || defined(LINUX2_0)
++ defined(UnixWare) || defined(LINUX2_0) || defined(NETBSD)
+ #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname( n )
+ #elif defined(AIX)
+ /* Maybe this is for another version of AIX?
+@@ -250,7 +250,7 @@
+ #define GETHOSTBYNAME( n, r, b, l, e ) gethostbyname_r( n, r, b, l, e )
+ #endif
+ #if defined(HPUX9) || defined(LINUX1_2) || defined(SUNOS4) || defined(SNI) || \
+- defined(SCOOS) || defined(BSDI) || defined(NCR) || \
++ defined(SCOOS) || defined(BSDI) || defined(NCR) || defined(NETBSD) || \
+ defined(NEC) || ( defined(HPUX10) && !defined(_REENTRANT))
+ #define CTIME( c, b, l ) ctime( c )
+ #elif defined(HPUX10) && defined(_REENTRANT)