]> git.pld-linux.org Git - packages/ocaml-findlib.git/blob - ocaml-findlib-bytes.patch
db2024b25615428474cde487045041d7b92122ce
[packages/ocaml-findlib.git] / ocaml-findlib-bytes.patch
1 --- findlib-1.5.1/configure.orig        2014-06-25 12:23:05.000000000 +0200
2 +++ findlib-1.5.1/configure     2014-06-28 21:18:46.656078343 +0200
3 @@ -489,7 +489,7 @@
4  
5  # bytes?
6  
7 -if [ -f "${ocaml_core_stdlib}/bytes.cmi" ]; then
8 +if [ -f "${ocaml_core_stdlib}/bytes.cmi" -o -f "${ocaml_core_stdlib}/bytes/bytes.cmi" ]; then
9      echo "bytes: found, installing fake library"
10      lbytes="bytes"
11      cbytes=0
This page took 0.052764 seconds and 2 git commands to generate.