diff options
author | ahoka <ahoka> | 2008-09-22 00:08:55 +0000 |
---|---|---|
committer | ahoka <ahoka> | 2008-09-22 00:08:55 +0000 |
commit | 720cb358dd33b209b8178d3569bb38ad5c754a6b (patch) | |
tree | cb0f5c42e5cb8288f391693d31c676754bef4275 /devel/ffcall | |
parent | 0480a83ca3305b0a54046d61c2273143301e0d36 (diff) | |
download | pkgsrc-720cb358dd33b209b8178d3569bb38ad5c754a6b.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. |