summaryrefslogtreecommitdiff
path: root/dev-ml/ocamldap/files/ocaml-4.02.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamldap/files/ocaml-4.02.patch')
-rw-r--r--dev-ml/ocamldap/files/ocaml-4.02.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ml/ocamldap/files/ocaml-4.02.patch b/dev-ml/ocamldap/files/ocaml-4.02.patch
new file mode 100644
index 00000000000..959ddd0a5a4
--- /dev/null
+++ b/dev-ml/ocamldap/files/ocaml-4.02.patch
@@ -0,0 +1,13 @@
+diff --git a/src/ldap_ooclient.ml b/src/ldap_ooclient.ml
+index 79fd51d..7ffa39e 100644
+--- a/src/ldap_ooclient.ml
++++ b/src/ldap_ooclient.ml
+@@ -23,7 +23,7 @@
+ open Ldap_types
+ open Ldap_funclient
+ open Ldap_schemaparser
+-open String
++let lowercase = String.lowercase
+
+ (* types used throughout the library *)
+ (* add types *)