Not MAKE_JOBS_SAFE
This commit is contained in:
parent
661376e0cd
commit
5b9046da36
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue