diff options
author | nia <nia@pkgsrc.org> | 2022-05-27 11:33:30 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-05-27 11:33:30 +0000 |
commit | 2dd6cd46340679f2eaf0d8341c179c67ea6505c1 (patch) | |
tree | ec60c9dfcc6e1b07dc73cbf27c82942a57a37d34 /lang/mono/Makefile | |
parent | 9bac2e1d34f671595435fd7fba50e220f3c3c9f4 (diff) | |
download | pkgsrc-2dd6cd46340679f2eaf0d8341c179c67ea6505c1.tar.gz |
mono: Set MAKE_JOBS_SAFE=no
Diffstat (limited to 'lang/mono/Makefile')
-rw-r--r-- | lang/mono/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index be158e694cd..90f2b47f02e 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.202 2022/04/18 19:09:55 adam Exp $ +# $NetBSD: Makefile,v 1.203 2022/05/27 11:33:30 nia Exp $ DISTNAME= mono-6.12.0.122 PKGREVISION= 5 @@ -28,6 +28,9 @@ GNU_CONFIGURE= yes GNU_CONFIGURE_STRICT= no # has sub-configures CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +gmake[8]: *** No rule to make target '../../build/deps/_xbuild_14__Microsoft.Build.Framework.dll.sources', needed by '../../build/deps/_xbuild_14__Microsoft.Build.Framework.dll.response'. Stop. +MAKE_JOBS_SAFE= no + # Requires a cwrappers change: http://mail-index.netbsd.org/tech-pkg/2019/08/16/msg021791.html USE_CWRAPPERS= no |