Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff -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
6
7-
8-OCAMLPATH := $(PIQI_BUILD)/lib/ocaml
9-ifeq ($(SYSTEM),$(filter $(SYSTEM),mingw mingw64))
10-OCAMLPATH := $(shell cygpath -w $(OCAMLPATH))
11-endif
12-export OCAMLPATH
13-
14-
15 # make sure camlp4o produces pretty-printed text instead of AST
16 export CAMLP4_O = $(CAMLP4)o -printer o
17