Add support for 4.07.

This commit is contained in:
Richard W.M. Jones 2018-06-19 23:35:19 +01:00
parent ba008944e8
commit 0163df3ec4
2 changed files with 2160 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,10 @@ Source0: https://github.com/camlp5/camlp5/archive/rel705.tar.gz
# Kill -warn-error A
Patch0: camlp5-6.11-kill-warn-error.patch
# Patch to add support for OCaml 4.07.
# https://github.com/camlp5/camlp5/issues/22
Patch1: 194223346be22fa602594897a281d7eb4f3f1b1e.patch
BuildRequires: ocaml
BuildRequires: ocaml-ocamldoc
@ -47,6 +51,7 @@ developing applications that use %{name}.
%setup -q -n camlp5-rel705
find . -name .gitignore -delete
%patch0 -p1
%patch1 -p1
# Build with debug information
sed -i 's,WARNERR="",WARNERR="-g",' configure