summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2019-08-27 06:23:50 +0000
committerjaapb <jaapb@pkgsrc.org>2019-08-27 06:23:50 +0000
commitffa885c39e1e07f5efa5da46f9aa75f11fc37e49 (patch)
tree6355f23c1e6345942376ffefc79ac7d6f8b934fd /lang/ocaml/patches
parentfbd003d86953700c2d63adb6737dcceaf5abdcbd (diff)
downloadpkgsrc-ffa885c39e1e07f5efa5da46f9aa75f11fc37e49.tar.gz
Removed more superfluous patches (oops!) from lang/ocaml
Diffstat (limited to 'lang/ocaml/patches')
-rw-r--r--lang/ocaml/patches/patch-byterun_Makefile14
-rw-r--r--lang/ocaml/patches/patch-otherlibs_Makefile14
2 files changed, 0 insertions, 28 deletions
diff --git a/lang/ocaml/patches/patch-byterun_Makefile b/lang/ocaml/patches/patch-byterun_Makefile
deleted file mode 100644
index 067c9b95141..00000000000
--- a/lang/ocaml/patches/patch-byterun_Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-byterun_Makefile,v 1.8 2018/07/19 12:16:38 jaapb Exp $
-
-Use BSD_INSTALL_* instead of mkdir and cp
---- byterun/Makefile.orig 2018-04-11 13:22:42.000000000 +0000
-+++ byterun/Makefile
-@@ -121,7 +121,7 @@ install:
- if test -n "$(DYNLIBRARIES)"; then \
- $(INSTALL_PROG) $(DYNLIBRARIES) "$(INSTALL_LIBDIR)"; \
- fi
-- mkdir -p "$(INSTALL_INCDIR)"
-+ $(BSD_INSTALL_DATA_DIR) -p "$(INSTALL_INCDIR)"
- $(INSTALL_DATA) caml/*.h "$(INSTALL_INCDIR)"
-
- # If primitives contain duplicated lines (e.g. because the code is defined
diff --git a/lang/ocaml/patches/patch-otherlibs_Makefile b/lang/ocaml/patches/patch-otherlibs_Makefile
deleted file mode 100644
index 1bfc9961aee..00000000000
--- a/lang/ocaml/patches/patch-otherlibs_Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-otherlibs_Makefile,v 1.7 2018/01/10 14:30:35 jaapb Exp $
-
-Honor LDFLAGS.
-
---- otherlibs/Makefile.orig 2017-10-03 08:35:24.000000000 +0000
-+++ otherlibs/Makefile
-@@ -53,6 +53,7 @@ MKLIB=$(CAMLRUN) $(ROOTDIR)/tools/ocamlm
- #LINKOPTS=
- #LDOPTS=
- #HEADERS=
-+LDOPTS=-ldopt "$(LDFLAGS)"
-
- CMIFILES ?= $(CAMLOBJS:.cmo=.cmi)
- CAMLOBJS_NAT ?= $(CAMLOBJS:.cmo=.cmx)