From: Michal Moskal Date: Sat, 2 Feb 2002 13:48:57 +0000 (+0000) Subject: - without this, it doesn't even build, at least with 3.02 installed X-Git-Tag: ocaml-3_04-2~5 X-Git-Url: http://git.pld-linux.org/?p=packages%2Focaml.git;a=commitdiff_plain;h=a9c3ab87f8974f03aeed7f4cd1989ae16748ed33 - without this, it doesn't even build, at least with 3.02 installed Changed files: ocaml-build.patch -> 1.1 --- diff --git a/ocaml-build.patch b/ocaml-build.patch new file mode 100644 index 0000000..7a3ac66 --- /dev/null +++ b/ocaml-build.patch @@ -0,0 +1,24 @@ +diff -ur ocaml-3.04/camlp4/meta/Makefile ocaml-3.04-/camlp4/meta/Makefile +--- ocaml-3.04/camlp4/meta/Makefile Sat Sep 29 03:08:35 2001 ++++ ocaml-3.04-/camlp4/meta/Makefile Thu Jan 31 17:20:03 2002 +@@ -2,7 +2,7 @@ + + include ../config/Makefile + +-INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils ++INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils -I $(OTOP)/parsing + OCAMLCFLAGS=$(INCLUDES) + OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo + CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo +diff -ur ocaml-3.04/camlp4/ocaml_src/meta/Makefile ocaml-3.04-/camlp4/ocaml_src/meta/Makefile +--- ocaml-3.04/camlp4/ocaml_src/meta/Makefile Tue Oct 2 13:49:03 2001 ++++ ocaml-3.04-/camlp4/ocaml_src/meta/Makefile Thu Jan 31 17:18:39 2002 +@@ -2,7 +2,7 @@ + + include ../../config/Makefile + +-INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils ++INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils -I $(OTOP)/parsing + OCAMLCFLAGS=$(INCLUDES) + OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo + CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo