summaryrefslogtreecommitdiff
path: root/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-07 14:01:25 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-07 14:01:25 +0000
commit6ef2dc6e19b63972fbcd949d325f74b87ef312b3 (patch)
tree22afa5e37d08484c0d21f291337a812ce0b8c31b /net/openldap22/files/patch-libraries::liblunicode::ucstr.c
parentUpdate to 0.23 (diff)
- now *really* use libtool from ports instead of the included one
- build -dynamic for better compatibility with libltdl - grap back-perl fixes from OpenLDAP CVS to let FreeBSD port users test the perl backend - dynamically create pkg-plist in pre-install instead of post-install to simplify things and guard against changes in bsd.port.mk - bump portrevision - miscellaneous style fixes: PR: 54177 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=84391
Diffstat (limited to 'net/openldap22/files/patch-libraries::liblunicode::ucstr.c')
-rw-r--r--net/openldap22/files/patch-libraries::liblunicode::ucstr.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/openldap22/files/patch-libraries::liblunicode::ucstr.c b/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
index f1074e1fe6d8..b8044b524697 100644
--- a/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
+++ b/net/openldap22/files/patch-libraries::liblunicode::ucstr.c
@@ -1,11 +1,11 @@
--- libraries/liblunicode/ucstr.c.orig Fri Apr 11 03:57:10 2003
-+++ libraries/liblunicode/ucstr.c Sat Jul 5 10:53:04 2003
-@@ -15,6 +15,8 @@
++++ libraries/liblunicode/ucstr.c Sun Jul 6 02:50:32 2003
+@@ -10,7 +10,7 @@
+ #include <ac/string.h>
+ #include <ac/stdlib.h>
+
+-#include <lber.h>
++#include <lber_pvt.h>
+
#include <ldap_utf8.h>
#include <ldap_pvt_uc.h>
-
-+#include "lber_pvt.h"
-+
- #define malloc(x) ber_memalloc_x(x,ctx)
- #define realloc(x,y) ber_memrealloc_x(x,y,ctx)
- #define free(x) ber_memfree_x(x,ctx)