diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-14 17:48:35 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-03-14 19:57:32 +0100 |
commit | 6a4a7de52e3bf3d09df73b2bb457eb62454497ef (patch) | |
tree | 47ba0e43dea02455898932209d36e1330dd777fa /dev-ml/ocamlweb | |
parent | dev-ml/ocamlgraph: remove unused patch(es) (diff) | |
download | gentoo-6a4a7de52e3bf3d09df73b2bb457eb62454497ef.tar.gz gentoo-6a4a7de52e3bf3d09df73b2bb457eb62454497ef.tar.bz2 gentoo-6a4a7de52e3bf3d09df73b2bb457eb62454497ef.zip |
dev-ml/ocamlweb: remove unused patch
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch b/dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch deleted file mode 100644 index 393391fe52ce..000000000000 --- a/dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch +++ /dev/null @@ -1,19 +0,0 @@ -Index: ocamlweb-1.37/Makefile.in -=================================================================== ---- ocamlweb-1.37.orig/Makefile.in -+++ ocamlweb-1.37/Makefile.in -@@ -61,14 +61,12 @@ byte: ocamlweb.byte - - ocamlweb: $(CAML_CMX) $(CAMLLEX_CMX) $(CMX) - $(CAMLCOPT) $(OPTFLAGS) -o $@ $(CAML_CMX) $(CAMLLEX_CMX) $(CMX) -- strip ocamlweb - - ocamlweb.byte: $(CAML_CMO) $(CAMLLEX_CMO) $(CMO) - $(CAMLC) $(BYTEFLAGS) -o $@ $(CAML_CMO) $(CAMLLEX_CMO) $(CMO) - - ocamlweb.static: $(CAML_CMX) $(CAMLLEX_CMX) $(CMX) - $(CAMLCOPT) $(OPTFLAGS) -cclib -static -o $@ $(CAML_CMX) $(CAMLLEX_CMX) $(CMX) -- strip $@ - - debug: $(CAML_CMO) $(CAMLLEX_CMO) $(CMO) - $(CAMLC) $(BYTEFLAGS) -o ocamlweb-debug $(CAML_CMO) $(CAMLLEX_CMO) $(CMO) |