Package: cairo-ocaml / 1:1.2.0-2

Metadata

Package Version Patches format
cairo-ocaml 1:1.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add missing libraries used by the stubs to CAIRO_LIB.patch | (download)

configure.ac | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 <steph@glondu.net>

0002 Fix Makefile to avoid recompiling files in usr.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 <steph@glondu.net>

0003 Fix FTBFS on bytecode architectures.patch | (download)

src/Makefile | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 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 <steph@glondu.net>