From f09e7d5f0ad861edd4cecfc348ba4771ab28682a Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 10 Jun 2020 15:03:20 +1000 Subject: [PATCH] serf: remove jobArgs for scons. fix build. --- net-libs/serf/serf-1.3.9.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/serf/serf-1.3.9.recipe b/net-libs/serf/serf-1.3.9.recipe index 719405088..cc73d2e06 100644 --- a/net-libs/serf/serf-1.3.9.recipe +++ b/net-libs/serf/serf-1.3.9.recipe @@ -6,7 +6,7 @@ transformations are kept to a minimum to provide high performance operation." HOMEPAGE="https://serf.apache.org/" COPYRIGHT="2002-2019 Justin Erenkrantz and Greg Stein" LICENSE="Apache v2" -REVISION="8" +REVISION="9" SOURCE_URI="https://archive.apache.org/dist/serf/serf-$portVersion.tar.bz2" CHECKSUM_SHA256="549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc" PATCHES=" @@ -72,7 +72,7 @@ BUILD() apr=$portPackageLinksDir/cmd~apr_1_config$secondaryArchSuffix/bin$archDir/apr-1-config apu=$portPackageLinksDir/cmd~apu_1_config$secondaryArchSuffix/bin$archDir/apu-1-config gcc=$portPackageLinksDir/cmd~gcc$secondaryArchSuffix/bin$archDir/gcc - scons $jobArgs OPENSSL=$portPackageLinksDir/devel~libssl$secondaryArchSuffix \ + scons OPENSSL=$portPackageLinksDir/devel~libssl$secondaryArchSuffix \ ZLIB=/system APR=$apr APU=$apu PREFIX=$prefix CC=$gcc }