mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
olm, revbump, fixes build with cmake4 (#13344)
This commit is contained in:
@@ -7,7 +7,7 @@ HOMEPAGE="https://gitlab.matrix.org/matrix-org/olm"
|
||||
COPYRIGHT="2015-2016 OpenMarket Ltd.
|
||||
2018-2019 New Vector Ltd."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://gitlab.matrix.org/matrix-org/olm/-/archive/$portVersion/olm-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="327cfcb81ef0c42f4b1d5c24b25d56932b57d64ccd9f00ed919a893a43333411"
|
||||
PATCHES="olm-$portVersion.patchset"
|
||||
@@ -50,6 +50,7 @@ BUILD()
|
||||
{
|
||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
$cmakeDirArgs \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-DOLM_TESTS=OFF
|
||||
|
||||
make -C build $jobArgs
|
||||
|
||||
Reference in New Issue
Block a user