aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-gettext/ocaml-gettext-0.3.4-use-ocamlopt-g.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-gettext/ocaml-gettext-0.3.4-use-ocamlopt-g.patch')
-rw-r--r--testing/ocaml-gettext/ocaml-gettext-0.3.4-use-ocamlopt-g.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/ocaml-gettext/ocaml-gettext-0.3.4-use-ocamlopt-g.patch b/testing/ocaml-gettext/ocaml-gettext-0.3.4-use-ocamlopt-g.patch
deleted file mode 100644
index f8f05b5c0c2..00000000000
--- a/testing/ocaml-gettext/ocaml-gettext-0.3.4-use-ocamlopt-g.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- ocaml-gettext-0.3.4/TopMakefile.old 2013-09-14 08:54:04.713986462 +0100
-+++ ocaml-gettext-0.3.4/TopMakefile 2013-09-14 08:54:18.319006115 +0100
-@@ -102,7 +102,7 @@
- %.cmxa %.a %.so:
- $(if $(STUBSOBJS), \
- $(OCAMLMKLIB) -o $* $^ $(OCAMLMKLIB_FLAGS), \
-- $(OCAMLOPT) -a -o $*.cmxa $^ \
-+ $(OCAMLOPT) -g -a -o $*.cmxa $^ \
- )
-
- %.cma %.a %.so:
-@@ -161,7 +161,7 @@
- OLIBS = $(addsuffix .cmxa,$(LIBS))
-
- install-buildprog-opt: $(CMX)
-- $(OCAMLOPT) -o $(NAME) $(INCLUDES) -package "$(REQUIRES)" -linkpkg \
-+ $(OCAMLOPT) -g -o $(NAME) $(INCLUDES) -package "$(REQUIRES)" -linkpkg \
- -predicates "$(PREDICATES)" $(OLIBS) $(CMX)
- $(INSTALL) -d $(BUILDBIN)
- $(INSTALL_SCRIPT) -t $(BUILDBIN) $(NAME)
-@@ -300,10 +300,10 @@
- $(OCAMLC) $(INCLUDES) $(CLI_OCAMLFIND) -c $<
-
- .ml.o:
-- $(OCAMLOPT) $(INCLUDES) $(CLI_OCAMLFIND) -c $<
-+ $(OCAMLOPT) -g $(INCLUDES) $(CLI_OCAMLFIND) -c $<
-
- .ml.cmx:
-- $(OCAMLOPT) $(INCLUDES) $(CLI_OCAMLFIND) -c $<
-+ $(OCAMLOPT) -g $(INCLUDES) $(CLI_OCAMLFIND) -c $<
-
- .mll.ml:
- $(OCAMLLEX) $<