git: 889326b5e2aa - main - x11/mate-applets: Add MAKE_JOBS_UNSAFE

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

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

commit 889326b5e2aa5138420ddf876e6999cef151d82f
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-18 18:33:30 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-18 18:33:34 +0000

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

diff --git a/x11/mate-applets/Makefile b/x11/mate-applets/Makefile
index f72ab61e0545..3cc083b0de5a 100644
--- a/x11/mate-applets/Makefile
+++ b/x11/mate-applets/Makefile
@@ -47,6 +47,8 @@ GLIB_SCHEMAS=	org.mate.drivemount.gschema.xml \
 		org.mate.panel.applet.timer.gschema.xml \
 		org.mate.stickynotes.gschema.xml
 
+MAKE_JOBS_UNSAFE=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386" && ${ARCH} != "amd64"