pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/unison2.51 net/unison2.51: set MAKE_JOB_SAFE=no



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8435b004776b
branches:  trunk
changeset: 442749:8435b004776b
user:      dbj <dbj%pkgsrc.org@localhost>
date:      Sun Nov 29 22:35:11 2020 +0000

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

diffstat:

 net/unison2.51/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e08928d609b1 -r 8435b004776b net/unison2.51/Makefile
--- a/net/unison2.51/Makefile   Sun Nov 29 22:34:13 2020 +0000
+++ b/net/unison2.51/Makefile   Sun Nov 29 22:35:11 2020 +0000
@@ -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 @@
 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