pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/ming Not MAKE_JOBS_SAFE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3ad48668908
branches:  trunk
changeset: 414345:c3ad48668908
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 02:37:56 2020 +0000

description:
Not MAKE_JOBS_SAFE

diffstat:

 multimedia/ming/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ef01b228eabe -r c3ad48668908 multimedia/ming/Makefile
--- a/multimedia/ming/Makefile  Thu Mar 26 02:37:38 2020 +0000
+++ b/multimedia/ming/Makefile  Thu Mar 26 02:37:56 2020 +0000
@@ -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 @@
 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