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 19:56:04 UTC 2019

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

Log Message:
Can't reproduce the problem anymore. Remove MAKE_JOBS_SAFE=no.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 pkgsrc/devel/ocaml-extlib/Makefile:1.20
--- pkgsrc/devel/ocaml-extlib/Makefile:1.19     Tue Aug 27 16:04:02 2019
+++ pkgsrc/devel/ocaml-extlib/Makefile  Tue Aug 27 19:56:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/08/27 16:04:02 schmonz Exp $
+# $NetBSD: Makefile,v 1.20 2019/08/27 19:56:03 schmonz Exp $
 
 VERSION=       1.7.6
 PKGREVISION=   1
@@ -14,8 +14,6 @@ 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