summaryrefslogtreecommitdiff
path: root/dev-ml/ocaml-gettext/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /dev-ml/ocaml-gettext/files
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'dev-ml/ocaml-gettext/files')
-rw-r--r--dev-ml/ocaml-gettext/files/ocaml-unsafe-string.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-ml/ocaml-gettext/files/ocaml-unsafe-string.patch b/dev-ml/ocaml-gettext/files/ocaml-unsafe-string.patch
deleted file mode 100644
index 8d0a12c80d0e..000000000000
--- a/dev-ml/ocaml-gettext/files/ocaml-unsafe-string.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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@