diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-13 14:53:39 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-13 14:53:39 +0100 |
commit | 3fbe9da179920cfcdc2557d7a98dcade676a0b23 (patch) | |
tree | f8c65909d1cb75a90c147aabb26e18271975f178 /dev-ml/ocamlgraph/files | |
parent | dev-ml/dose3: remove old (diff) | |
download | gentoo-3fbe9da179920cfcdc2557d7a98dcade676a0b23.tar.gz gentoo-3fbe9da179920cfcdc2557d7a98dcade676a0b23.tar.bz2 gentoo-3fbe9da179920cfcdc2557d7a98dcade676a0b23.zip |
dev-ml/ocamlgraph: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocamlgraph/files')
-rw-r--r-- | dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch b/dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch deleted file mode 100644 index 30eb937069d0..000000000000 --- a/dev-ml/ocamlgraph/files/ocamlgraph-1.8.5-installfindlib.patch +++ /dev/null @@ -1,38 +0,0 @@ -Index: ocamlgraph-1.8.5/Makefile.in -=================================================================== ---- ocamlgraph-1.8.5.orig/Makefile.in -+++ ocamlgraph-1.8.5/Makefile.in -@@ -417,21 +417,25 @@ ifeq (@LABLGNOMECANVAS@,yes) - cp -f $(VIEWER_DIR)/*.mli $(DGRAPH_DIR)/*.mli $(INSTALL_LIBDIR) - endif - -+ifneq ($(WANT_OCAMLOPT),no) -+INSTALL_OPT=graph$(LIBEXT) graph.cmx $(CMXA) -+INSTALL_GTK_OPT=$(VIEWER_CMXLIB) $(VIEWER_CMXLIB:.cmx=.o) $(DGRAPH_CMXLIB) $(DGRAPH_CMXLIB:.cmx=.o) graph$(OBJEXT) -+endif -+ - install-findlib: META - ifdef OCAMLFIND --ifeq (@LABLGNOMECANVAS@,yes) -+ifeq ($(WANT_GTK),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) -+ $(INSTALL_OPT) graph.cmo graph.cmi \ -+ $(CMA) \ -+ $(INSTALL_GTK_OPT) \ -+ $(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) -+ $(INSTALL_OPT) graph.cmo graph.cmi $(CMA) - endif - endif - |