From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 dev-ml/ocamlweb/files/ocamlweb-1.37-strip.patch (limited to 'dev-ml/ocamlweb/files') 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) -- cgit v1.2.3