From d3ac62aeeeb2d8636f3f197d08e0627dce0d27fd Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 3 Oct 2013 18:23:16 +0200 Subject: [PATCH] cvs: Fix hard-coded perl paths, build with external zlib --- dev-vcs/cvs/cvs-1.12.13.1.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-vcs/cvs/cvs-1.12.13.1.recipe b/dev-vcs/cvs/cvs-1.12.13.1.recipe index 2ba8d7a70..90733f849 100644 --- a/dev-vcs/cvs/cvs-1.12.13.1.recipe +++ b/dev-vcs/cvs/cvs-1.12.13.1.recipe @@ -17,7 +17,7 @@ LICENSE="GNU GPL v1 GNU LGPL v2" SRC_URI="ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/cvs-1.12.13.1.tar.bz2" CHECKSUM_MD5="cfd07b224956daaed53fb3063bece1bf" -REVISION="5" +REVISION="6" ARCHITECTURES="x86_gcc2 x86 x86_64" PATCHES="cvs-1.12.13.1.patch" @@ -31,9 +31,11 @@ PROVIDES=" REQUIRES=" haiku >= $haikuVersion cmd:nano + cmd:perl lib:libz " BUILD_REQUIRES=" + cmd:perl devel:libz >= 1.1.4 " BUILD_PREREQUIRES=" @@ -50,7 +52,9 @@ SOURCE_DIR="$portVersionedName" BUILD() { libtoolize --force --copy --install - runConfigure ./configure --enable-rootcommit + PERL=$portPackageLinksDir/cmd~perl/bin/perl \ + runConfigure ./configure --enable-rootcommit \ + --with-external-zlib make $jobArgs }