From f7454703de61d5519db426785c302fcbb0d62dc7 Mon Sep 17 00:00:00 2001 From: ryoon Date: Wed, 27 Nov 2013 11:29:33 +0000 Subject: Mark as MAKE_JOBS_SAFE=no, fix build on SmartOS --- textproc/json-c/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/textproc/json-c/Makefile b/textproc/json-c/Makefile index 1484acbd521..40a5e14ff2d 100644 --- a/textproc/json-c/Makefile +++ b/textproc/json-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/11/25 11:59:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2013/11/27 11:29:33 ryoon Exp $ DISTNAME= json-c-0.11 CATEGORIES= textproc @@ -9,6 +9,8 @@ HOMEPAGE= https://github.com/json-c/json-c/wiki COMMENT= JSON library in C LICENSE= mit +MAKE_JOBS_SAFE= no + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -- cgit v1.2.3