]> git.pld-linux.org Git - packages/ocaml.git/blobdiff - ocaml-build.patch
- without this, it doesn't even build, at least with 3.02 installed
[packages/ocaml.git] / ocaml-build.patch
diff --git a/ocaml-build.patch b/ocaml-build.patch
new file mode 100644 (file)
index 0000000..7a3ac66
--- /dev/null
@@ -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
This page took 0.025321 seconds and 4 git commands to generate.