git: 530ba72d08ba - main - editors/with-editor-devel: Mark MAKE_JOBS_UNSAFE

From: Yasuhiro Kimura <yasu_at_FreeBSD.org>
Date: Thu, 08 Dec 2022 09:54:29 UTC
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=530ba72d08ba331390c4890a8de5d0c418d1dfc1

commit 530ba72d08ba331390c4890a8de5d0c418d1dfc1
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-12-08 09:43:22 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-12-08 09:53:47 +0000

    editors/with-editor-devel: Mark MAKE_JOBS_UNSAFE
    
    It seems parallel build sometimes fails after recent update.
    
    Reported by:    pkg-fallout
---
 editors/with-editor-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editors/with-editor-devel/Makefile b/editors/with-editor-devel/Makefile
index c0943822ede0..66863787b8cd 100644
--- a/editors/with-editor-devel/Makefile
+++ b/editors/with-editor-devel/Makefile
@@ -20,6 +20,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	magit
 
 MAKE_ENV+=	LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat"
+MAKE_JOBS_UNSAFE=	yes
 ALL_TARGET=	lisp info
 
 CONFLICTS_INSTALL=	with-editor-emacs*