ocamlPackages.hxd: 0.3.2 -> 0.3.3 (#364231)
[NixPkgs.git] / pkgs / development / ocaml-modules / piqi / no-ocamlpath-override.patch
blobbf85a42551c00836e404d96ef29e8799a391a862
1 diff -rupN piqi-0.6.12.orig/make/Makefile.ocaml piqi-0.6.12/make/Makefile.ocaml
2 --- piqi-0.6.12.orig/make/Makefile.ocaml 2015-03-13 13:35:19.000000000 +0100
3 +++ piqi-0.6.12/make/Makefile.ocaml 2015-06-10 21:19:57.231000000 +0200
4 @@ -1,13 +1,5 @@
5 OCAMLMAKEFILE := $(PIQI_ROOT)/make/OCamlMakefile
8 -OCAMLPATH := $(PIQI_BUILD)/lib/ocaml
9 -ifeq ($(SYSTEM),$(filter $(SYSTEM),mingw mingw64))
10 -OCAMLPATH := $(shell cygpath -w $(OCAMLPATH))
11 -endif
12 -export OCAMLPATH
15 # make sure camlp4o produces pretty-printed text instead of AST
16 export CAMLP4_O = $(CAMLP4)o -printer o