add:
# make sometimes spins forever MAKE_JOBS_SAFE= no
This commit is contained in:
parent
2102385f84
commit
b23fec5113
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.54 2007/03/18 21:00:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2007/04/13 13:00:51 gdt Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ORBit2-2.14.7
|
||||
|
@ -15,6 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
CONFLICTS= linc>=1.1
|
||||
|
||||
# make sometimes spins forever
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
USE_LIBTOOL= YES
|
||||
GNU_CONFIGURE= YES
|
||||
|
|
Loading…
Reference in a new issue