Package: cairo-ocaml / 1:1.2.0-10
Metadata
Package | Version | Patches format |
---|---|---|
cairo-ocaml | 1:1.2.0-10 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Add missing libraries used by the stubs to CAIRO_LIB.patch | (download) |
configure.ac |
2 1 1 - 0 ! |
add missing libraries used by the stubs to cairo_libs The recent changes in DSO linking highlighted this, and were preventing ocaml-melt from building. Signed-off-by: Stephane Glondu <[email protected]> |
0002 Fix Makefile to avoid recompiling files in usr.patch | (download) |
src/Makefile |
2 1 1 - 0 ! |
fix makefile to avoid recompiling files in /usr The "-I /path/to/lablgtk2" option should not be used when calling ocamldep, otherwise files there are considered as possible targets by the build system. Signed-off-by: Stephane Glondu <[email protected]> |
0003 Fix FTBFS on bytecode architectures.patch | (download) |
src/Makefile |
8 6 2 - 0 ! |
fix ftbfs on bytecode architectures The new ocaml.m4 defines OCAMLOPT to "no" (instead of not defining it); adapt src/Makefile accordingly. Signed-off-by: Stephane Glondu <[email protected]> |
0004 ocamldoc dont use v option | (download) |
src/Makefile |
2 1 1 - 0 ! |
ocamldoc -html seems not to work with the -v option |
0005 Fix compilation with OCaml 4.08.0.patch | (download) |
src/cairo_png.ml |
2 1 1 - 0 ! |
fix compilation with ocaml 4.08.0 |
0006 Ignore defined LABLGTKDIR.patch | (download) |
src/Makefile |
2 0 2 - 0 ! |
ignore defined lablgtkdir |
0007 Fix compilation with OCaml 5.2.0.patch | (download) |
src/cairo_png.ml |
2 1 1 - 0 ! |
fix compilation with ocaml 5.2.0 |