summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-accessibility/brltty/files/brltty-4.2-fix-ocaml-install.patch')
-rw-r--r--app-accessibility/brltty/files/brltty-4.2-fix-ocaml-install.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-accessibility/brltty/files/brltty-4.2-fix-ocaml-install.patch b/app-accessibility/brltty/files/brltty-4.2-fix-ocaml-install.patch
deleted file mode 100644
index 24d7b012d03a..000000000000
--- a/app-accessibility/brltty/files/brltty-4.2-fix-ocaml-install.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: Bindings/Caml/Makefile.in
-===================================================================
---- Bindings/Caml/Makefile.in (revision 5474)
-+++ Bindings/Caml/Makefile.in (working copy)
-@@ -31,6 +31,7 @@
- OCAMLFIND = @OCAMLFIND@
- OCAML_INSTALL_TARGET = @OCAML_INSTALL_TARGET@
- OCAML_UNINSTALL_TARGET = @OCAML_UNINSTALL_TARGET@
-+OCAML_LDCONF = -ldconf "$(OCAML_DESTDIR)/ld.conf"
-
- OCAML_LIB = $(API_NAME)
- OCAML_BCLIB = $(OCAML_LIB).cma
-@@ -102,7 +103,7 @@
- install-with-findlib:
- $(INSTALL_DIRECTORY) $(OCAML_DESTDIR)
- $(OCAMLFIND) remove -destdir "$(OCAML_DESTDIR)" $(OCAML_LIB)
-- $(OCAMLFIND) install -destdir "$(OCAML_DESTDIR)" -ldconf "$(OCAML_DESTDIR)/ld.conf" $(OCAML_LIB) $(OCAML_FILES)
-+ $(OCAMLFIND) install -destdir "$(OCAML_DESTDIR)" $(OCAML_LDCONF) $(OCAML_LIB) $(OCAML_FILES)
-
- uninstall: $(OCAML_UNINSTALL_TARGET)
-