diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-04-03 23:58:19 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-04-10 21:39:20 +0200 |
commit | ec9d9325628e0df0a43045194d5e1fc8b17d5e44 (patch) | |
tree | f5281e983bdce7f9bbae372734dd6bcfd5ffed8c /gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch | |
parent | c4262cc932d0e1609923c401ad0a8d6160628372 (diff) | |
download | guix-ec9d9325628e0df0a43045194d5e1fc8b17d5e44.tar.gz |
gnu: Add ocaml-dose3.
* gnu/packages/ocaml.scm (ocaml-dose3): New variable. * gnu/packages/patches/ocaml-dose3-Add-unix-as-dependency-to-dose3.common-in-META.in.patch: New file. * gnu/packages/patches/ocaml-dose3-Fix-for-ocaml-4.06.patch: New file. * gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch: New file. * gnu/packages/patches/ocaml-dose3-Install-mli-cmx-etc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them.
Diffstat (limited to 'gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch')
-rw-r--r-- | gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch b/gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch new file mode 100644 index 0000000000..84b6a3b81b --- /dev/null +++ b/gnu/packages/patches/ocaml-dose3-dont-make-printconf.patch @@ -0,0 +1,9 @@ +--- a/configure ++++ b/configure +@@ -6552,6 +6552,3 @@ if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 + $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} + fi +- +- +-make printconf |