summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-08-17 20:28:37 +0000
committerwiz <wiz@pkgsrc.org>2022-08-17 20:28:37 +0000
commit0a29de2adeb5e32226df4bcac54f26795a6d383b (patch)
tree3a5e936754132ab63aacd79b6397da0e7dea0a76
parent4ad7a2643b2f8f26d92ed2701b8ecd9c6762ef48 (diff)
downloadpkgsrc-0a29de2adeb5e32226df4bcac54f26795a6d383b.tar.gz
unison: mark as not make-jobs-safe
Reported upstream https://github.com/bcpierce00/unison/issues/774 already analyzed, so perhaps it'll be fixed soon.
-rw-r--r--net/unison/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 2cbd7e050e5..a7e8a903a2c 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.141 2022/05/24 18:51:54 jaapb Exp $
+# $NetBSD: Makefile,v 1.142 2022/08/17 20:28:37 wiz Exp $
DISTNAME= unison-2.52.1
PKGREVISION= 1
@@ -15,6 +15,8 @@ LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake bash
MAKE_FLAGS+= CFLAGS=""
MAKE_ENV+= HOME=${WRKDIR:Q}
+# https://github.com/bcpierce00/unison/issues/774
+MAKE_JOBS_SAFE= no
.include "../../lang/ocaml/ocaml.mk"