mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
Beam: disable parallel builds.
They don't work reliably because of missing dependencies on generated .h files.
This commit is contained in:
@@ -4,7 +4,7 @@ for BeOS (R5 and onwards) that aims to be fast, stable and feature-complete."
|
|||||||
HOMEPAGE="https://github.com/HaikuArchives/Beam/"
|
HOMEPAGE="https://github.com/HaikuArchives/Beam/"
|
||||||
COPYRIGHT="2000-2014 Oliver Tappe"
|
COPYRIGHT="2000-2014 Oliver Tappe"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="7"
|
REVISION="8"
|
||||||
commit="280e3862f83bedc05d683455aed79be112a680f8"
|
commit="280e3862f83bedc05d683455aed79be112a680f8"
|
||||||
SOURCE_URI="https://github.com/HaikuArchives/beam/archive/$commit.tar.gz"
|
SOURCE_URI="https://github.com/HaikuArchives/beam/archive/$commit.tar.gz"
|
||||||
CHECKSUM_SHA256="01f7d6594ebeb5be1d4bf0dc3715b1859565f89709701dfe78c296077b275222"
|
CHECKSUM_SHA256="01f7d6594ebeb5be1d4bf0dc3715b1859565f89709701dfe78c296077b275222"
|
||||||
@@ -41,7 +41,7 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
jam -q $jobArgs
|
jam -q # Parallel builds broken
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user