mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
cvs: Fix hard-coded perl paths, build with external zlib
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user