git: 08942224ff27 - main - math/mate-calc: Add MAKE_JOBS_UNSAFE

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 18 Feb 2024 18:42:19 UTC
The branch main has been updated by diizzy:

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

commit 08942224ff27d7ff50f49702b1e0ac9eea476517
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-18 18:31:41 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-18 18:31:44 +0000

    math/mate-calc: Add MAKE_JOBS_UNSAFE
    
    This appears to mitigate itstool intermittently segfaulting
    
    PR:             276948
    Approved by:    portmgr (blanket, build fix)
---
 math/mate-calc/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/mate-calc/Makefile b/math/mate-calc/Makefile
index 17ee02043392..f8ecf5c31bf8 100644
--- a/math/mate-calc/Makefile
+++ b/math/mate-calc/Makefile
@@ -24,4 +24,6 @@ GNU_CONFIGURE=	yes
 
 GLIB_SCHEMAS=	org.mate.calc.gschema.xml
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.mk>