pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/ming



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:37:57 UTC 2020

Modified Files:
        pkgsrc/multimedia/ming: Makefile

Log Message:
Not MAKE_JOBS_SAFE


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/multimedia/ming/Makefile

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

Modified files:

Index: pkgsrc/multimedia/ming/Makefile
diff -u pkgsrc/multimedia/ming/Makefile:1.29 pkgsrc/multimedia/ming/Makefile:1.30
--- pkgsrc/multimedia/ming/Makefile:1.29        Sun Aug 11 13:22:04 2019
+++ pkgsrc/multimedia/ming/Makefile     Thu Mar 26 02:37:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/08/11 13:22:04 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2020/03/26 02:37:56 joerg Exp $
 #
 
 PKGREVISION= 1
@@ -12,6 +12,9 @@ HOMEPAGE=     http://www.libming.org/
 COMMENT=       SWF output library
 LICENSE=       gnu-lgpl-v2.1 AND gnu-gpl-v2
 
+# broken dependencies between bison/flex files
+MAKE_JOBS_SAFE=        no
+
 GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config bison flex
 USE_TOOLS+=    aclocal autoconf automake autoheader



Home | Main Index | Thread Index | Old Index