From 2072d369f29388af7024450674b2913fb22879e3 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sun, 6 May 2018 09:29:53 +0200 Subject: [PATCH] Beam: disable parallel builds. They don't work reliably because of missing dependencies on generated .h files. --- haiku-apps/beam/beam-1.2.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/beam/beam-1.2.recipe b/haiku-apps/beam/beam-1.2.recipe index 03c2bef19..05d77694b 100644 --- a/haiku-apps/beam/beam-1.2.recipe +++ b/haiku-apps/beam/beam-1.2.recipe @@ -4,7 +4,7 @@ for BeOS (R5 and onwards) that aims to be fast, stable and feature-complete." HOMEPAGE="https://github.com/HaikuArchives/Beam/" COPYRIGHT="2000-2014 Oliver Tappe" LICENSE="GNU GPL v2" -REVISION="7" +REVISION="8" commit="280e3862f83bedc05d683455aed79be112a680f8" SOURCE_URI="https://github.com/HaikuArchives/beam/archive/$commit.tar.gz" CHECKSUM_SHA256="01f7d6594ebeb5be1d4bf0dc3715b1859565f89709701dfe78c296077b275222" @@ -41,7 +41,7 @@ BUILD_PREREQUIRES=" BUILD() { - jam -q $jobArgs + jam -q # Parallel builds broken } INSTALL()