From 817706fa1ef01986a3077d6d33d42e75abfb9e89 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 10 Jun 2020 15:24:02 +1000 Subject: [PATCH] Subversion: fix build --- dev-vcs/subversion/subversion-1.14.0.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-vcs/subversion/subversion-1.14.0.recipe b/dev-vcs/subversion/subversion-1.14.0.recipe index eb3d79625..6832177cd 100644 --- a/dev-vcs/subversion/subversion-1.14.0.recipe +++ b/dev-vcs/subversion/subversion-1.14.0.recipe @@ -7,7 +7,7 @@ and projects, from individuals to large-scale enterprise operations." HOMEPAGE="https://subversion.apache.org/" COPYRIGHT="2010-2020 The Apache Software Foundation" LICENSE="Apache-Subversion" -REVISION="1" +REVISION="2" SOURCE_URI="http://archive.apache.org/dist/subversion/subversion-$portVersion.tar.bz2" CHECKSUM_SHA256="6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102" PATCHES="subversion-$portVersion.patchset" @@ -54,6 +54,7 @@ REQUIRES=" lib:libcrypto lib:libexpat lib:libiconv + lib:liblz4 lib:libserf_1 lib:libsqlite3 lib:libssl @@ -91,6 +92,7 @@ BUILD_REQUIRES=" devel:libapr_1 >= 0.3 devel:libaprutil_1 >= 0.3 devel:libcrypto + devel:liblz4 devel:libserf_1 devel:libssl devel:libxml2 >= 2.7 @@ -118,6 +120,7 @@ BUILD() --with-serf \ --with-zlib \ --with-editor=nano \ + --with-utf8proc=internal \ --disable-nls make $jobArgs }