serf: fix build

This commit is contained in:
Sergei Reznikov
2020-05-31 12:30:45 +00:00
parent 19c9e15db5
commit 4043f5a565

View File

@@ -4,12 +4,18 @@ Apache Portable Runtime (APR) library. It multiplexes connections, running \
the read/write communication asynchronously. Memory copies and \
transformations are kept to a minimum to provide high performance operation."
HOMEPAGE="https://serf.apache.org/"
COPYRIGHT="2002-2013 Justin Erenkrantz and Greg Stein"
COPYRIGHT="2002-2019 Justin Erenkrantz and Greg Stein"
LICENSE="Apache v2"
REVISION="4"
REVISION="5"
SOURCE_URI="https://archive.apache.org/dist/serf/serf-$portVersion.tar.bz2"
CHECKSUM_SHA256="549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc"
PATCHES="serf-$portVersion.patchset"
PATCHES="
serf-$portVersion.patchset
0001-Fix-syntax-of-a-print-in-the-scons-file-to-unbreak-b.patch
0002-SConstruct-Fix-path-quoting-for-.def-generator.patch
0003-gen_def.patch
0004-Follow-up-to-r1811083-fix-building-with-scons-3.0.0-.patch
"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"