ocaml-cppo/ocaml-cppo-1.6.1-install-args.patch
Olaf Hering d9f1b86b32 Accepting request 571573 from home:1Antoine1:branches:devel:languages:ocaml
- Update to 1.6.1:
  * Emit line directives always containing the file name, as
    mandated starting with ocaml 4.07.
- Update to 1.6.0:
  * BREAKING: cppo and cppo_ocamlbuild are now two distinct opam
    packages.
- Build with dune instead of oasis.

Needed by opam-2.0~rc

OBS-URL: https://build.opensuse.org/request/show/571573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=39
2018-02-01 05:53:44 +00:00

13 lines
349 B
Diff

diff -up ocaml-cppo-1.6.1/Makefile.orig ocaml-cppo-1.6.1/Makefile
--- ocaml-cppo-1.6.1/Makefile.orig 2018-01-31 23:28:37.944255913 +0100
+++ ocaml-cppo-1.6.1/Makefile 2018-01-31 23:28:49.284256383 +0100
@@ -5,7 +5,7 @@ test:
@jbuilder runtest
install:
- @jbuilder install
+ @jbuilder install $(INSTALL_ARGS)
uninstall:
@jbuilder uninstall