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:           Thu Apr  2 16:50:23 UTC 2020

Modified Files:
        pkgsrc/devel/libmaa: Makefile

Log Message:
Temporarily disable "err" test; it will be fixed soon in upstream


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 pkgsrc/devel/libmaa/Makefile:1.16
--- pkgsrc/devel/libmaa/Makefile:1.15   Mon Mar 30 18:39:47 2020
+++ pkgsrc/devel/libmaa/Makefile        Thu Apr  2 16:50:23 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/30 18:39:47 cheusov Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/02 16:50:23 cheusov Exp $
 
 DISTNAME=              libmaa-1.4.6
 CATEGORIES=            devel
@@ -12,7 +12,7 @@ LICENSE=              mit
 USE_LANGUAGES=         c
 TEST_TARGET=           test
 
-MAKE_ENV+=             MKSTATICLIB=yes
+MAKE_ENV+=             MKSTATICLIB=yes NOSUBDIR=err
 
 .include "../../devel/mk-configure/mk-c.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index