Mark as MAKE_JOBS_SAFE=NO, it stumbles over a yacc file.
This commit is contained in:
parent
d1654fcdd3
commit
855cf9be6b
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2009/01/17 12:19:21 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2009/03/02 14:55:05 wiz Exp $
|
||||
|
||||
DISTNAME= cfitsio3100
|
||||
PKGNAME= cfitsio-3.100
|
||||
|
@ -16,6 +16,8 @@ GNU_CONFIGURE= YES
|
|||
USE_LANGUAGES= c # fortran
|
||||
USE_LIBTOOL= YES
|
||||
|
||||
MAKE_JOBS_SAFE= NO
|
||||
|
||||
PKGCONFIG_OVERRIDE+= cfitsio.pc.in
|
||||
|
||||
BUILD_TARGET= all testprog
|
||||
|
|
Loading…
Reference in a new issue