diff options
author | jaapb <jaapb@pkgsrc.org> | 2014-10-13 13:24:45 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2014-10-13 13:24:45 +0000 |
commit | 1ba7b1f0dcc387df3e68a1d6d84e142b1259853d (patch) | |
tree | e350842941c65fcd829eea2b1efc5e31716def9c /lang/ocaml | |
parent | 3ce2090717e439214c586d65bb747e6df93cc562 (diff) | |
download | pkgsrc-1ba7b1f0dcc387df3e68a1d6d84e142b1259853d.tar.gz |
Extra patch - syntactical change only, but needed for x11/ocaml-graphics
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/distinfo | 3 | ||||
-rw-r--r-- | lang/ocaml/patches/patch-otherlibs_Makefile | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index 9015b9a4275..79c974d4632 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.76 2014/10/09 19:08:28 jaapb Exp $ +$NetBSD: distinfo,v 1.77 2014/10/13 13:24:45 jaapb Exp $ SHA1 (ocaml-4.02.0.tar.gz) = 402d730d1c9b5e45b327a0b3fc61a24dff08a747 RMD160 (ocaml-4.02.0.tar.gz) = 59c72f1378565d49e86be6723506d5b1e2eb376b @@ -15,6 +15,7 @@ SHA1 (patch-configure) = 4f65c0657d80a31aa4d68e875d4b0b39a2d422ad SHA1 (patch-debugger_Makefile.shared) = 9acaa17f22a66311859b6ac4a0c047e6693fce33 SHA1 (patch-man_Makefile) = 7d8c1468c3365803505841a7f688d84c07231a3c SHA1 (patch-ocamldoc_Makefile) = bf76adf76a2b65c3983dccb483c857600ed9dde8 +SHA1 (patch-otherlibs_Makefile) = 08ccf5fd4900d59f1ad32346d8e81388c0cdd92c SHA1 (patch-otherlibs_Makefile.shared) = c5de4dd0f2be9cd35ba61b480b222ffa7baa891d SHA1 (patch-otherlibs_dynlink_Makefile) = 41cecb61230880a40c55f2f8f25d2b250864eb24 SHA1 (patch-otherlibs_systhreads_Makefile) = f3cdf000f58927dff44b4ce61153c1df8e9eceea diff --git a/lang/ocaml/patches/patch-otherlibs_Makefile b/lang/ocaml/patches/patch-otherlibs_Makefile new file mode 100644 index 00000000000..84acd3b08eb --- /dev/null +++ b/lang/ocaml/patches/patch-otherlibs_Makefile @@ -0,0 +1,15 @@ +$NetBSD: patch-otherlibs_Makefile,v 1.1 2014/10/13 13:24:45 jaapb Exp $ + +Remove rule split to make x11/ocaml-graphics job easier +--- otherlibs/Makefile.orig 2014-04-12 10:17:02.000000000 +0000 ++++ otherlibs/Makefile +@@ -14,8 +14,7 @@ + # Common Makefile for otherlibs on the Unix ports + + CAMLC=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlc -nostdlib -I $(ROOTDIR)/stdlib +-CAMLOPT=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlopt -nostdlib \ +- -I $(ROOTDIR)/stdlib ++CAMLOPT=$(ROOTDIR)/boot/ocamlrun $(ROOTDIR)/ocamlopt -nostdlib -I $(ROOTDIR)/stdlib + CFLAGS=-I$(ROOTDIR)/byterun -O $(SHAREDCCCOMPOPTS) $(EXTRACFLAGS) + + include ../Makefile.shared |