summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-gettext/files/ocaml-unsafe-string.patch
blob: 8d0a12c80d0e9215ef9cffd39705d7522f5d9b97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/ConfMakefile.in b/ConfMakefile.in
index 5a1e9ea..b562698 100644
--- a/ConfMakefile.in
+++ b/ConfMakefile.in
@@ -37,9 +37,9 @@ OCAMLLIB=@OCAMLLIB@
 OCAMLFIND_COMMANDS = "ocamlc=@OCAMLC@ \
 	ocamlopt=@OCAMLOPT@ \
 	ocamldep=@OCAMLDEP@"
-OCAMLC       = @OCAMLFIND@ ocamlc 
-OCAMLOPT     = @OCAMLFIND@ ocamlopt
-OCAMLDEP     = @OCAMLFIND@ ocamldep
+OCAMLC       = @OCAMLFIND@ ocamlc -unsafe-string 
+OCAMLOPT     = @OCAMLFIND@ ocamlopt -unsafe-string
+OCAMLDEP     = @OCAMLFIND@ ocamldep -unsafe-string
 OCAMLBEST    = @OCAMLBEST@
 OCAMLVERSION = @OCAMLVERSION@
 OCAMLFIND    = @OCAMLFIND@