freebsd-ports/net/openldap23-server/files/patch-libraries::liblunicode::ucstr.c
Oliver Lehmann 6ef2dc6e19 - 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
2003-07-07 14:01:25 +00:00

11 lines
285 B
C

--- libraries/liblunicode/ucstr.c.orig Fri Apr 11 03:57:10 2003
+++ 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>