pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-extlib



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Tue Aug 27 16:04:02 UTC 2019

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

Log Message:
Mark MAKE_JOBS_SAFE=no, fixing build on at least macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/ocaml-extlib/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-extlib/Makefile
diff -u pkgsrc/devel/ocaml-extlib/Makefile:1.18 pkgsrc/devel/ocaml-extlib/Makefile:1.19
--- pkgsrc/devel/ocaml-extlib/Makefile:1.18     Wed May 15 09:01:03 2019
+++ pkgsrc/devel/ocaml-extlib/Makefile  Tue Aug 27 16:04:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2019/05/15 09:01:03 jaapb Exp $
+# $NetBSD: Makefile,v 1.19 2019/08/27 16:04:02 schmonz Exp $
 
 VERSION=       1.7.6
 PKGREVISION=   1
@@ -14,6 +14,8 @@ LICENSE=      gnu-lgpl-v2.1
 
 USE_TOOLS+=    gmake
 
+MAKE_JOBS_SAFE=        no
+
 OCAML_USE_FINDLIB=     yes
 
 .include "../../mk/ocaml.mk"



Home | Main Index | Thread Index | Old Index