- 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
11 lines
285 B
C
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>
|