From 76f5c1b551cbcd541f91513d7a6a47d8886bb5d7 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 30 Jun 2009 00:07:09 +0000 Subject: Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without. --- news/suck/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'news') diff --git a/news/suck/Makefile b/news/suck/Makefile index ce9881b5837..c94964d001a 100644 --- a/news/suck/Makefile +++ b/news/suck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/01/18 05:08:53 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/30 00:07:22 joerg Exp $ # DISTNAME= suck-4.3.2 @@ -13,6 +13,8 @@ COMMENT= Feed a local news server without a dedicated newsfeed GNU_CONFIGURE= yes USE_FEATURES= snprintf +MAKE_JOBS_SAFE= no + .include "options.mk" post-patch: -- cgit v1.2.3