mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
cmake: bump version.
* depends on system librhash. * bootstrap parallel.
This commit is contained in:
@@ -9,7 +9,7 @@ COPYRIGHT="2002-2017 Kitware, Inc., Insight Consortium"
|
||||
LICENSE="CMake"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://cmake.org/files/v3.9/cmake-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d768ee83d217f91bb597b3ca2ac663da7a8603c97e1f1a5184bc01e0ad2b12bb"
|
||||
CHECKSUM_SHA256="954a5801a456ee48e76f01107c9a4961677dd0f3e115275bbd18410dc22ba3c1"
|
||||
SOURCE_DIR="cmake-$portVersion"
|
||||
PATCHES="cmake-$portVersion.patchset"
|
||||
|
||||
@@ -27,6 +27,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libcurl$secondaryArchSuffix
|
||||
lib:libncurses$secondaryArchSuffix
|
||||
lib:librhash$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
@@ -34,6 +35,7 @@ BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libcurl$secondaryArchSuffix
|
||||
devel:libncurses$secondaryArchSuffix
|
||||
devel:librhash$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -55,6 +57,8 @@ BUILD()
|
||||
--no-server \
|
||||
--no-system-libs \
|
||||
--system-curl \
|
||||
--system-librhash \
|
||||
--parallel=${jobArgs#-j} \
|
||||
-- -DCMAKE_USE_LIBUV=0
|
||||
|
||||
make $jobArgs
|
||||
Reference in New Issue
Block a user