From: John Ellson Date: Mon, 11 Jun 2012 13:31:34 +0000 (-0400) Subject: try to fix ocaml breakage on rawhide X-Git-Tag: LAST_LIBGRAPH~32^2~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4eff5ee98ecba87e3a13806050e8b4bfe303e24;p=graphviz try to fix ocaml breakage on rawhide --- diff --git a/tclpkg/gv/Makefile.am b/tclpkg/gv/Makefile.am index ecc9d257b..aff0af88b 100644 --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -113,6 +113,9 @@ libgv_ocaml_la_CPPFLAGS = $(BASECPPFLAGS) $(OCAML_INCLUDES) gv.ml gv.mli: gv_ocaml.cpp gv_ocaml.cpp: gv.i $(SWIG) -c++ -ocaml -o gv_ocaml.cpp $(srcdir)/gv.i + mv $@ $@.orig + sed '/int caml_array_length/mlsize_t caml_array_length/' $@.orig > $@ + rm $@.orig swig.mli: $(SWIG) -ocaml -co swig.mli swig.ml: