diff options
Diffstat (limited to 'devel/ffcall/Makefile')
-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. |