git: d27b1601b6e0 - main - security/softether-devel: Attempt to fix build

From: Koichiro Iwao <meta_at_FreeBSD.org>
Date: Tue, 21 May 2024 09:58:29 UTC
The branch main has been updated by meta:

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

commit d27b1601b6e0a37236be599f1a9a4cbc818d3aea
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2024-05-21 08:16:37 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2024-05-21 09:57:49 +0000

    security/softether-devel: Attempt to fix build
    
    There is environment-dependent build failure related to parallelization.
    
    Thanks to:      des@ (via ports mailing list)
---
 security/softether-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/softether-devel/Makefile b/security/softether-devel/Makefile
index e5d50a0e1056..8ca49907f055 100644
--- a/security/softether-devel/Makefile
+++ b/security/softether-devel/Makefile
@@ -25,6 +25,7 @@ DOS2UNIX_FILES=	ChangeLog LICENSE README *.TXT \
 
 OPTIONS_DEFINE=	DOCS
 
+MAKE_JOBS_UNSAFE=	yes
 CONFLICTS_INSTALL=	softether-4.* softether5
 PORTDOCS=	AUTHORS.TXT ChangeLog LICENSE README THIRD_PARTY.TXT WARNING.TXT