diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-02 14:55:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-02 14:55:05 +0000 |
commit | 855cf9be6bbd402b73b506353f8c46df6b874b81 (patch) | |
tree | 009ef185c59f9c0ed6926f5f8e644909c54aeed7 /devel | |
parent | d1654fcdd37c3bde71a2ee0ab86fe15636c906db (diff) | |
download | pkgsrc-855cf9be6bbd402b73b506353f8c46df6b874b81.tar.gz |
Mark as MAKE_JOBS_SAFE=NO, it stumbles over a yacc file.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cfitsio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cfitsio/Makefile b/devel/cfitsio/Makefile index 36e783f0970..2469a844452 100644 --- a/devel/cfitsio/Makefile +++ b/devel/cfitsio/Makefile @@ -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 |