From 3323e3b60cbffb526586da142034303c0df25097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 17 Oct 2019 11:41:36 +0200 Subject: [PATCH] premake: require getconf at build time This avoids make being called with "-j" alone. --- dev-util/premake/premake-5.0.0~alpha14git.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-util/premake/premake-5.0.0~alpha14git.recipe b/dev-util/premake/premake-5.0.0~alpha14git.recipe index b23e6b7f1..bd03495de 100644 --- a/dev-util/premake/premake-5.0.0~alpha14git.recipe +++ b/dev-util/premake/premake-5.0.0~alpha14git.recipe @@ -6,7 +6,7 @@ support both IDE-addicted Windows coders and Linux command-line junkies!" HOMEPAGE="http://industriousone.com/premake" COPYRIGHT="2012 Industrious One, LLC" LICENSE="BSD (2-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/premake/premake-core/archive/b02c495d024ea72966bc0b5d448d21c7149f69c2.zip" CHECKSUM_SHA256="eed7555ce858075fc68e9584a3b179aac1be7d32a8227f1fe2928d0ead8579e1" SOURCE_DIR="premake-core-b02c495d024ea72966bc0b5d448d21c7149f69c2" @@ -31,6 +31,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel " BUILD_PREREQUIRES=" + cmd:getconf cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make