pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Modified file so that opam automatically uses findlib



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3a894f50311
branches:  trunk
changeset: 370442:f3a894f50311
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Tue Oct 17 09:42:52 2017 +0000

description:
Modified file so that opam automatically uses findlib

diffstat:

 mk/ocaml.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0e5e2aca6db0 -r f3a894f50311 mk/ocaml.mk
--- a/mk/ocaml.mk       Tue Oct 17 09:42:03 2017 +0000
+++ b/mk/ocaml.mk       Tue Oct 17 09:42:52 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.17 2017/09/08 22:18:46 jaapb Exp $
+# $NetBSD: ocaml.mk,v 1.18 2017/10/17 09:42:52 jaapb Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -143,6 +143,7 @@
 # Configure stuff for OPAM
 .if ${OCAML_USE_OPAM} == "yes"
 .include "../../misc/ocaml-opam/buildlink3.mk"
+OCAML_USE_FINDLIB=     yes
 .endif
 
 # Configure stuff for TOPKG



Home | Main Index | Thread Index | Old Index