pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/cnxtview



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  8 06:47:34 UTC 2022

Modified Files:
        pkgsrc/graphics/cnxtview: Makefile

Log Message:
cnxtview: not parallel-make safe


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/cnxtview/Makefile

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

Modified files:

Index: pkgsrc/graphics/cnxtview/Makefile
diff -u pkgsrc/graphics/cnxtview/Makefile:1.30 pkgsrc/graphics/cnxtview/Makefile:1.31
--- pkgsrc/graphics/cnxtview/Makefile:1.30      Fri Jun  5 12:49:07 2020
+++ pkgsrc/graphics/cnxtview/Makefile   Fri Apr  8 06:47:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/06/05 12:49:07 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2022/04/08 06:47:34 wiz Exp $
 
 DISTNAME=      cnxtutil-0.00-alpha
 PKGNAME=       cnxtview-0.00a
@@ -15,6 +15,7 @@ NOT_FOR_PLATFORM=     SunOS-*-*       # needs <err
 USE_BSD_MAKEFILE=      yes
 USE_TOOLS+=            groff nroff
 MAKE_ENV+=             NOGCCERROR=
+MAKE_JOBS_SAFE=                no
 
 INSTALLATION_DIRS+=    bin
 



Home | Main Index | Thread Index | Old Index