]> git.pld-linux.org Git - packages/ocaml.git/blame - ocaml-build.patch
- rel 4; builds with tk8.5 and gcc4
[packages/ocaml.git] / ocaml-build.patch
CommitLineData
9d46fd95
MM
1diff -ur ocaml-3.05/camlp4/meta/Makefile ocaml-3.05-/camlp4/meta/Makefile
2--- ocaml-3.05/camlp4/meta/Makefile Fri Jul 19 16:53:49 2002
3+++ ocaml-3.05-/camlp4/meta/Makefile Thu Aug 8 13:19:11 2002
a9c3ab87
MM
4@@ -2,7 +2,7 @@
5
6 include ../config/Makefile
7
8-INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils
9+INCLUDES=-I ../camlp4 -I ../boot -I $(OTOP)/utils -I $(OTOP)/parsing
9d46fd95 10 OCAMLCFLAGS=-warn-error A $(INCLUDES)
a9c3ab87
MM
11 OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo
12 CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo
9d46fd95
MM
13diff -ur ocaml-3.05/camlp4/ocaml_src/meta/Makefile ocaml-3.05-/camlp4/ocaml_src/meta/Makefile
14--- ocaml-3.05/camlp4/ocaml_src/meta/Makefile Fri Jul 19 16:53:53 2002
15+++ ocaml-3.05-/camlp4/ocaml_src/meta/Makefile Thu Aug 8 13:19:37 2002
a9c3ab87
MM
16@@ -2,7 +2,7 @@
17
18 include ../../config/Makefile
19
20-INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils
21+INCLUDES=-I ../camlp4 -I ../../boot -I $(OTOP)/utils -I $(OTOP)/parsing
9d46fd95 22 OCAMLCFLAGS=-warn-error A $(INCLUDES)
a9c3ab87
MM
23 OBJS=q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_ifdef.cmo pr_dump.cmo
24 CAMLP4RM=pa_r.cmo pa_rp.cmo pr_dump.cmo
91c0acd7
PS
25--- ocaml-3.08.3/configure.orig 2005-04-29 22:58:18.000000000 +0200
26+++ ocaml-3.08.3/configure 2005-04-29 23:06:30.000000000 +0200
27@@ -1322,6 +1322,7 @@
28 8.2) tclmaj=8 tclmin=2 tkmaj=8 tkmin=2 ;;
29 8.3) tclmaj=8 tclmin=3 tkmaj=8 tkmin=3 ;;
30 8.4) tclmaj=8 tclmin=4 tkmaj=8 tkmin=4 ;;
31+ 8.5) tclmaj=8 tclmin=5 tkmaj=8 tkmin=5 ;;
32 *) echo "This version is not known."; has_tk=false ;;
33 esac
34 else
This page took 0.035894 seconds and 4 git commands to generate.