From 52d5a059993180b226240cace56bdf020d1f2fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 22 Feb 2021 08:33:31 +0100 Subject: [PATCH] cc65: (sometimes) fails w/ parallel builds --- srcpkgs/cc65/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/cc65/template b/srcpkgs/cc65/template index 60b0aefde99..bb31b4ad323 100644 --- a/srcpkgs/cc65/template +++ b/srcpkgs/cc65/template @@ -11,6 +11,7 @@ homepage="https://cc65.github.io/" distfiles="https://github.com/cc65/cc65/archive/V${version}.tar.gz" checksum=d14a22fb87c7bcbecd8a83d5362d5d317b19c6ce2433421f2512f28293a6eaab nocross="Build process runs the built binary" +disable_parallel_build=yes case "$XBPS_TARGET_MACHINE" in ppc*) broken="../libwrk/apple2enh/dbg.s(675): Error: Newline in string constant";;