Beam: disable parallel builds.

They don't work reliably because of missing dependencies on generated .h
files.
This commit is contained in:
Adrien Destugues
2018-05-06 09:29:53 +02:00
parent 0adc3f2b6c
commit 2072d369f2

View File

@@ -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()