summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-05-03 12:38:38 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-05-03 12:40:50 +0200
commitf501e896354b393a6985e90e46732196741a11b2 (patch)
tree55b984dd5f04cf89da5be8b6a2cee778b78e05e6 /dev-ml/ocamlbuild/files
parentdev-ml/ocamlbuild: bump to 0.9.2 (diff)
downloadgentoo-f501e896354b393a6985e90e46732196741a11b2.tar.gz
gentoo-f501e896354b393a6985e90e46732196741a11b2.tar.bz2
gentoo-f501e896354b393a6985e90e46732196741a11b2.zip
dev-ml/ocamlbuild: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ml/ocamlbuild/files')
-rw-r--r--dev-ml/ocamlbuild/files/installbin.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ml/ocamlbuild/files/installbin.patch b/dev-ml/ocamlbuild/files/installbin.patch
deleted file mode 100644
index e7bd2cfcfa7d..000000000000
--- a/dev-ml/ocamlbuild/files/installbin.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ocamlbuild-0.9.1/Makefile
-===================================================================
---- ocamlbuild-0.9.1.orig/Makefile
-+++ ocamlbuild-0.9.1/Makefile
-@@ -202,7 +202,7 @@ beforedepend:: src/ocamlbuild_config.ml
- install-bin-byte:
- mkdir -p $(INSTALL_BINDIR)
- $(CP) ocamlbuild.byte $(INSTALL_BINDIR)/ocamlbuild.byte$(EXE)
--ifeq ($(OCAML_NATIVE), true)
-+ifneq ($(OCAML_NATIVE), true)
- $(CP) ocamlbuild.byte $(INSTALL_BINDIR)/ocamlbuild$(EXE)
- endif
-