From 4eef2d30d6c1d1c4c5f667e4aad776fbb8b6388a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 4 Mar 2018 23:28:35 +0000 Subject: [PATCH] bitchx: disable parallel build --- srcpkgs/bitchx/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bitchx/template b/srcpkgs/bitchx/template index 8620b7a606d..da101186888 100644 --- a/srcpkgs/bitchx/template +++ b/srcpkgs/bitchx/template @@ -11,4 +11,5 @@ license="3-clause-BSD" homepage="http://bitchx.com" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" checksum=2d270500dd42b5e2b191980d584f6587ca8a0dbda26b35ce7fadb519f53c83e2 -export CCACHE_DISABLE=1 + +disable_parallel_build=yes