From c605f1a26e97428f7554c416be6c7503a1d5a875 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 18 Feb 2012 22:22:41 +0000 Subject: [PATCH] set ncpu to 0 in a non-parallel build --- editors/libreoffice/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index c88a52ed87e..455e0ee3b95 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.57 2012/01/23 14:43:42 robert Exp $ +# $OpenBSD: Makefile,v 1.58 2012/02/18 22:22:41 robert Exp $ ONLY_FOR_ARCHS= amd64 i386 @@ -281,7 +281,7 @@ CONFIGURE_ARGS+=--without-java .if ${FLAVOR:Mparallel} NCPU!= echo $$((`sysctl -n hw.ncpu`+1)) .else -NCPU= 1 +NCPU= 0 .endif CONFIGURE_ARGS+=--with-num-cpus=${NCPU}