summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/libsrs2/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/libsrs2/Makefile b/mail/libsrs2/Makefile
index 2a0181904d4..5bcc2d61a5d 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"