summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-26 12:41:41 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-26 12:41:41 +0100
commit161a823fe688ad9e03c828885362608a71971e9c (patch)
tree6aab6dd76fc793fceb2041b7cbe9806150ae79ea /dev-ml/ocamlgraph/files
parentdev-ml/ocaml-mysql: remove old (diff)
downloadgentoo-161a823fe688ad9e03c828885362608a71971e9c.tar.gz
gentoo-161a823fe688ad9e03c828885362608a71971e9c.tar.bz2
gentoo-161a823fe688ad9e03c828885362608a71971e9c.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-0.99b-installfindlib.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-ml/ocamlgraph/files/ocamlgraph-0.99b-installfindlib.patch b/dev-ml/ocamlgraph/files/ocamlgraph-0.99b-installfindlib.patch
deleted file mode 100644
index 5c68c0c15a2d..000000000000
--- a/dev-ml/ocamlgraph/files/ocamlgraph-0.99b-installfindlib.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: ocamlgraph-0.99b/Makefile.in
-===================================================================
---- ocamlgraph-0.99b.orig/Makefile.in
-+++ ocamlgraph-0.99b/Makefile.in
-@@ -208,10 +208,14 @@ install-byte:
- install-opt: install-byte
- cp -f graph$(LIBEXT) graph.cmx $(CMXA) "$(OCAMLLIB)"
-
-+ifneq ($(OCAMLOPT),no)
-+INSTALL_OPT=graph$(LIBEXT) graph.cmx $(CMXA)
-+endif
-+
- install-findlib: META
- ifdef OCAMLFIND
-- $(OCAMLFIND) install ocamlgraph META *.mli \
-- graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
-+ $(OCAMLFIND) install ocamlgraph META src/*.mli lib/*.mli \
-+ $(INSTALL_OPT) graph.cmo graph.cmi $(CMA)
- endif
-
- # documentation