ocaml-ocamlgraph/ocamlgraph-1.8.4-byte-install.patch
Jerry James 9f346d1442 New upstream release, 1.8.4+dev, where the "+dev" refers to a bug fix
that was applied immediately after the 1.8.4 release.

Also:
- Drop upstreamed patch.
- Install graph.cmxs and enable the -debuginfo subpackage.
- Update expected test results.
- BR ocaml-findlib only, not ocaml-findlib-devel.
- Install graph editing tools into -tools subpackage.
- Fix the bytecode build.
2014-02-26 07:35:57 -07:00

24 lines
899 B
Diff

--- Makefile.in.orig 2014-02-07 13:12:54.000000000 -0700
+++ Makefile.in 2014-02-25 20:00:00.000000000 -0700
@@ -418,16 +418,13 @@
ifeq (@LABLGNOMECANVAS@,yes)
$(OCAMLFIND) install ocamlgraph META \
$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
- graph$(OBJEXT) graph$(LIBEXT) graph.cmx graph.cmo graph.cmi \
- $(CMA) $(CMXA) \
- $(VIEWER_CMXLIB) $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
- $(VIEWER_CMXLIB:.cmx=.o) \
- $(DGRAPH_CMXLIB) $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB) \
- $(DGRAPH_CMXLIB:.cmx=.o)
+ graph.cmo graph.cmi $(CMA) \
+ $(VIEWER_CMOLIB) $(VIEWER_CMILIB) \
+ $(DGRAPH_CMOLIB) $(DGRAPH_CMILIB)
else
$(OCAMLFIND) install ocamlgraph META \
$(SRCDIR)/*.mli $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli \
- graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
+ graph.cmo graph.cmi $(CMA)
endif
endif