pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-jbuilder



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Sep  8 17:04:06 UTC 2017

Modified Files:
        pkgsrc/devel/ocaml-jbuilder: Makefile

Log Message:
Stublibs directory must be added to ocaml ld.conf


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ocaml-jbuilder/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ocaml-jbuilder/Makefile
diff -u pkgsrc/devel/ocaml-jbuilder/Makefile:1.3 pkgsrc/devel/ocaml-jbuilder/Makefile:1.4
--- pkgsrc/devel/ocaml-jbuilder/Makefile:1.3    Fri Sep  8 16:38:22 2017
+++ pkgsrc/devel/ocaml-jbuilder/Makefile        Fri Sep  8 17:04:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/09/08 16:38:22 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/08 17:04:06 jaapb Exp $
 
 VERSION=       1.0_beta13
 PKGREVISION=   1
@@ -22,6 +22,7 @@ MAKE_ENV+=    MAKE_JOBS=${MAKE_JOBS}
 INSTALLATION_DIRS+=    bin ${PKGMANDIR}/man1 ${OCAML_SITELIBDIR}/jbuilder
 
 OCAML_USE_FINDLIB=     yes
+OCAML_FINDLIB_DIRS=    jbuilder stublibs
 
 .include "../../mk/ocaml.mk"
 



Home | Main Index | Thread Index | Old Index