diff options
Diffstat (limited to 'devel/ocaml-camomile/files')
-rw-r--r-- | devel/ocaml-camomile/files/patch-Camomile_dune | 11 | ||||
-rw-r--r-- | devel/ocaml-camomile/files/patch-Camomile_tools_dune | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/ocaml-camomile/files/patch-Camomile_dune b/devel/ocaml-camomile/files/patch-Camomile_dune new file mode 100644 index 000000000000..0cecc40282b3 --- /dev/null +++ b/devel/ocaml-camomile/files/patch-Camomile_dune @@ -0,0 +1,11 @@ +--- Camomile/dune.orig 2024-02-11 22:33:43 UTC ++++ Camomile/dune +@@ -9,7 +9,7 @@ + (name camomileLibrary) + (public_name camomile.library) + (wrapped true) +- (libraries bigarray camomileDefaultConfig) ++ (libraries bigarray camomileDefaultConfig camlp-streams) + (modules + :standard \ camomileDefaultConfig + camomile_do_not_use diff --git a/devel/ocaml-camomile/files/patch-Camomile_tools_dune b/devel/ocaml-camomile/files/patch-Camomile_tools_dune new file mode 100644 index 000000000000..d13b51aac180 --- /dev/null +++ b/devel/ocaml-camomile/files/patch-Camomile_tools_dune @@ -0,0 +1,10 @@ +--- Camomile/tools/dune.orig 2024-02-11 22:37:19 UTC ++++ Camomile/tools/dune +@@ -21,6 +21,6 @@ + + (executable + (name camomilelocaledef) +- (libraries toolslib camomile.library) ++ (libraries toolslib camomile.library camlp-streams) + (flags -I Camomile :standard) + (modules camomilelocaledef camomilelocaledef_lexer)) |