git: 54361e152fd4 - main - shells/ksh-devel: Fix poudriere build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Feb 2026 22:31:52 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=54361e152fd47820e032312d2e9ef16190da22a0
commit 54361e152fd47820e032312d2e9ef16190da22a0
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-02-27 21:51:35 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-02-27 22:31:46 +0000
shells/ksh-devel: Fix poudriere build
---
shells/ksh-devel/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shells/ksh-devel/Makefile b/shells/ksh-devel/Makefile
index 5ed155352059..f6088e277925 100644
--- a/shells/ksh-devel/Makefile
+++ b/shells/ksh-devel/Makefile
@@ -53,6 +53,8 @@ KSH_PLIST_SUB= 93=""
KSH93_PLIST_SUB= 93="93"
KSH93D_PLIST_SUB= 93="93d"
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MKSH93D}