aboutsummaryrefslogtreecommitdiff
path: root/net/tinyldap
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:02:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-23 15:02:08 +0000
commit9328b68b1d74d9c7cd60523b205416c7b84a30a0 (patch)
tree27d7c5c4869be6253c0ef42f149ee646f6b15b10 /net/tinyldap
parentff463e373df8eb11e5855ccbbe39657236a29f8c (diff)
downloadports-9328b68b1d74d9c7cd60523b205416c7b84a30a0.tar.gz
ports-9328b68b1d74d9c7cd60523b205416c7b84a30a0.zip
Notes
Diffstat (limited to 'net/tinyldap')
-rw-r--r--net/tinyldap/files/patch-ldif.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/tinyldap/files/patch-ldif.h b/net/tinyldap/files/patch-ldif.h
new file mode 100644
index 000000000000..191873ed6fc8
--- /dev/null
+++ b/net/tinyldap/files/patch-ldif.h
@@ -0,0 +1,12 @@
+--- ldif.h.orig Mon Jul 8 22:57:42 2002
++++ ldif.h Mon Mar 1 12:19:54 2004
+@@ -2,7 +2,9 @@
+ #include <ldap.h>
+
+ /* how many attributes do we allow per record? */
++#ifndef ATTRIBS
+ #define ATTRIBS 32
++#endif
+
+ struct attribute {
+ long name, value;