cvs: Fix hard-coded perl paths, build with external zlib

This commit is contained in:
Ingo Weinhold
2013-10-03 18:23:16 +02:00
parent be99af36ec
commit d3ac62aeee

View File

@@ -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
}