pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ffcall Mark it as not safe for parallel builds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b56c65d808a
branches:  trunk
changeset: 547590:0b56c65d808a
user:      ahoka <ahoka%pkgsrc.org@localhost>
date:      Mon Sep 22 00:08:55 2008 +0000

description:
Mark it as not safe for parallel builds.

diffstat:

 devel/ffcall/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 573dc2f2852f -r 0b56c65d808a devel/ffcall/Makefile
--- a/devel/ffcall/Makefile     Sun Sep 21 21:54:52 2008 +0000
+++ b/devel/ffcall/Makefile     Mon Sep 22 00:08:55 2008 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index