diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-09-22 00:08:55 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-09-22 00:08:55 +0000 |
commit | d342b9579afde0e1dea6eb41e5db1daecf268e67 (patch) | |
tree | cb0f5c42e5cb8288f391693d31c676754bef4275 /devel/ffcall | |
parent | 83462e645ce31cead6fca1001f5dfc6c1e87b635 (diff) | |
download | pkgsrc-d342b9579afde0e1dea6eb41e5db1daecf268e67.tar.gz |
Mark it as not safe for parallel builds.
Diffstat (limited to 'devel/ffcall')
-rw-r--r-- | devel/ffcall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index f907be26efc..d224e64c3fe 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2008/08/23 07:46:59 obache Exp $ +# $NetBSD: Makefile,v 1.26 2008/09/22 00:08:55 ahoka Exp $ DISTNAME= ffcall-1.10 PKGREVISION= 2 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.haible.de/bruno/packages-ffcall.html COMMENT= Foreign function call libraries PKG_DESTDIR_SUPPORT= user-destdir +MAKE_JOBS_SAFE= no # the file ${WRKSRC}/avcall/avcall-${MACHINE_ARCH}.c needs to # be added for additional port support. |