]> git.pld-linux.org Git - packages/ocaml-findlib.git/blame - ocaml-findlib-bytes.patch
- unify ocaml_opt bcond name
[packages/ocaml-findlib.git] / ocaml-findlib-bytes.patch
CommitLineData
d17c9760
JB
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.043839 seconds and 4 git commands to generate.