mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
lager: fix build
This commit is contained in:
@@ -7,7 +7,7 @@ value-oriented design by implementing the unidirectional data-flow architecture.
|
||||
HOMEPAGE="https://sinusoid.es/lager"
|
||||
COPYRIGHT="2016-2018 Juan Pedro Bolivar Puente"
|
||||
LICENSE="BSL 1.0"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/arximboldi/lager/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="9e4743c3fe2c95c1653c3fd088a2200108f09d758725697831852dc91d15d174"
|
||||
|
||||
@@ -43,7 +43,9 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs -Wno-dev
|
||||
$cmakeDirArgs -Wno-dev \
|
||||
-Dlager_BUILD_TESTS=OFF \
|
||||
-Dlager_BUILD_EXAMPLES=OFF
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user