File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
packages/ocamlfind/ocamlfind.1.9.6 Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ diff a/configure b/configure
2+ --- a/configure
3+ +++ b/configure
4+ @@ -294,7 +294,7 @@
5+ # If findlib has been configured -sitelib $(ocamlc -where) then there's
6+ # nothing to do, but otherwise we need to put OCaml's Standard Library
7+ # into the path setting.
8+ - if [ ! -e "${ocaml_sitelib}/stdlib/META" ]; then
9+ + if [ ! -e "${ocaml_sitelib}/stdlib.cmi" ]; then
10+ ocamlpath="${ocaml_core_stdlib}${path_sep}${ocamlpath}"
11+ fi
12+ fi
Original file line number Diff line number Diff line change 1313homepage: "http://projects.camlcity.org/projects/findlib.html"
1414bug-reports: "https://github.com/ocaml/ocamlfind/issues"
1515depends: [
16- "ocaml" {>= "4.00 .0"}
16+ "ocaml" {>= "3.08 .0"}
1717]
1818depopts: ["graphics"]
1919build: [
@@ -34,6 +34,9 @@ install: [
3434 [make "install"]
3535 ["install" "-m" "0755" "ocaml-stub" "%{bin}%/ocaml"] {ocaml:preinstalled}
3636]
37+ extra-files: ["0001-Harden-test-for-OCaml-5.patch" "md5=3cddbf72164c29d4e50e077a92a37c6c"]
38+ # See https://github.com/ocaml/ocamlfind/pull/61
39+ patches: ["0001-Harden-test-for-OCaml-5.patch"]
3740dev-repo: "git+https://github.com/ocaml/ocamlfind.git"
3841url {
3942 src: "http://download.camlcity.org/download/findlib-1.9.6.tar.gz"
4245 "sha512=cfaf1872d6ccda548f07d32cc6b90c3aafe136d2aa6539e03143702171ee0199add55269bba894c77115535dc46a5835901a5d7c75768999e72db503bfd83027"
4346 ]
4447}
45-
48+ available: os != "win32"
You can’t perform that action at this time.
0 commit comments