pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libmaa



Module Name:    pkgsrc
Committed By:   cheusov
Date:           Wed Mar  7 10:41:03 UTC 2018

Modified Files:
        pkgsrc/devel/libmaa: Makefile

Log Message:
libmaa: set MAKE_JOBS_SAFE to "NO" (for now)


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libmaa/Makefile

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

Modified files:

Index: pkgsrc/devel/libmaa/Makefile
diff -u pkgsrc/devel/libmaa/Makefile:1.10 pkgsrc/devel/libmaa/Makefile:1.11
--- pkgsrc/devel/libmaa/Makefile:1.10   Wed Mar  7 10:19:53 2018
+++ pkgsrc/devel/libmaa/Makefile        Wed Mar  7 10:41:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/03/07 10:19:53 cheusov Exp $
+# $NetBSD: Makefile,v 1.11 2018/03/07 10:41:03 cheusov Exp $
 
 DISTNAME=              libmaa-1.4.2
 CATEGORIES=            devel
@@ -12,6 +12,8 @@ LICENSE=              mit
 USE_LANGUAGES=         c
 TEST_TARGET=           test
 
+MAKE_JOBS_SAFE=                no
+
 MAKE_ENV+=             MKSTATICLIB=yes
 
 .include "../../devel/mk-configure/mk-c.mk"



Home | Main Index | Thread Index | Old Index