pkgsrc/devel/ocaml-lwt/patches/patch-src_react_dune
jaapb d8ad45c07d Updated devel/ocaml-lwt to version 5.2.0.
This adds several updates and bugfixes, some of them breaking. For more
details see the CHANGES file in the distribution.
2020-04-21 11:29:59 +00:00

12 lines
378 B
Text

$NetBSD: patch-src_react_dune,v 1.1 2020/04/21 11:29:59 jaapb Exp $
bisect_ppx library not needed for release
--- src/react/dune.orig 2020-03-09 04:17:06.000000000 +0000
+++ src/react/dune
@@ -10,5 +10,4 @@
(synopsis "Reactive programming helpers for Lwt")
(wrapped false)
(libraries lwt react)
- (preprocess (pps bisect_ppx --conditional))
(flags (:standard -w +A)))