pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/libsrs2



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Dec 15 11:25:37 UTC 2022

Modified Files:
        pkgsrc/mail/libsrs2: Makefile

Log Message:
Mark MAKE_JOBS_SAFE=no (likely fixes NetBSD-current bulk build).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/libsrs2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/libsrs2/Makefile
diff -u pkgsrc/mail/libsrs2/Makefile:1.2 pkgsrc/mail/libsrs2/Makefile:1.3
--- pkgsrc/mail/libsrs2/Makefile:1.2    Wed Aug 16 20:21:10 2017
+++ pkgsrc/mail/libsrs2/Makefile        Thu Dec 15 11:25:37 2022
@@ -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"



Home | Main Index | Thread Index | Old Index