pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unison2.51



Module Name:    pkgsrc
Committed By:   dbj
Date:           Sun Nov 29 22:35:11 UTC 2020

Modified Files:
        pkgsrc/net/unison2.51: Makefile

Log Message:
net/unison2.51: set MAKE_JOB_SAFE=no
this fails to build for me with MAKE_JOBS=8 otherwise


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/unison2.51/Makefile

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

Modified files:

Index: pkgsrc/net/unison2.51/Makefile
diff -u pkgsrc/net/unison2.51/Makefile:1.30 pkgsrc/net/unison2.51/Makefile:1.31
--- pkgsrc/net/unison2.51/Makefile:1.30 Thu Nov  5 09:08:57 2020
+++ pkgsrc/net/unison2.51/Makefile      Sun Nov 29 22:35:11 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/11/05 09:08:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2020/11/29 22:35:11 dbj Exp $
 
 # Currently, 2.51.x is the standard approach, and thus this package
 # produces a "unison-2.51.x" package which installs a "unison" binary.
@@ -23,6 +23,7 @@ LICENSE=      gnu-gpl-v3
 USE_TOOLS+=    gmake bash
 MAKE_FLAGS+=   CFLAGS=""
 MAKE_ENV+=     HOME=${WRKDIR:Q}
+MAKE_JOBS_SAFE=        no
 
 .include "options.mk"
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index