pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/jttb



Module Name:    pkgsrc
Committed By:   thorpej
Date:           Sun Oct 13 15:57:59 UTC 2024

Modified Files:
        pkgsrc/lang/jttb: Makefile

Log Message:
Set MAKE_JOBS_SAFE=no.


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

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

Modified files:

Index: pkgsrc/lang/jttb/Makefile
diff -u pkgsrc/lang/jttb/Makefile:1.2 pkgsrc/lang/jttb/Makefile:1.3
--- pkgsrc/lang/jttb/Makefile:1.2       Sun Oct 13 09:02:36 2024
+++ pkgsrc/lang/jttb/Makefile   Sun Oct 13 15:57:59 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/10/13 09:02:36 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/10/13 15:57:59 thorpej Exp $
 
 DISTNAME=      JTTB-0.5.1
 CATEGORIES=    lang
@@ -15,5 +15,7 @@ USE_LANGUAGES=        c c++
 
 CFLAGS+=       -Wno-error=unknown-pragmas
 
+MAKE_JOBS_SAFE=        no
+
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index