From 6be6d9b88be2a4667f66e51577ef56c426b27bc4 Mon Sep 17 00:00:00 2001 From: schmonz Date: Thu, 15 Dec 2022 11:25:37 +0000 Subject: [PATCH] Mark MAKE_JOBS_SAFE=no (likely fixes NetBSD-current bulk build). --- mail/libsrs2/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile index 2a0181904d4f..5bcc2d61a5da 100644 --- a/mail/libsrs2/Makefile +++ b/mail/libsrs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/16 20:21:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2022/12/15 11:25:37 schmonz Exp $ DISTNAME= libsrs2-1.0.18 CATEGORIES= mail @@ -14,4 +14,8 @@ CONFLICTS+= p5-Mail-SRS-[0-9]* GNU_CONFIGURE= yes USE_LIBTOOL= yes +# for instance, `ar cru libsrs2.a srs2.o sha1.o` sometimes gives +# "ar: sha1.o: No such file or directory" on NetBSD with cc -pipe +MAKE_JOBS_SAFE= no + .include "../../mk/bsd.pkg.mk"