raceintospace, revbump, bump boost requirement (#13023)

This commit is contained in:
Schrijvers Luc
2025-10-05 13:46:54 +02:00
committed by GitHub
parent 2a700eae69
commit e34a6162bd

View File

@@ -15,7 +15,7 @@ old DOS game."
HOMEPAGE="https://github.com/raceintospace/raceintospace"
COPYRIGHT="1993-2005 Strategic Visions, Interplay"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
srcGitRev="eda386ee884a318a51c540cc63fcdd1053a3c34a"
SOURCE_URI="https://github.com/raceintospace/raceintospace/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="668baefdc03e7ee9b00d3aa2a548250a3aebf98d83e695765ddff62b9bc6ce4c"
@@ -43,7 +43,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix >= 1.70.0
devel:libboost_system$secondaryArchSuffix >= 1.88.0
devel:libjsoncpp$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libprotobuf$secondaryArchSuffix
@@ -64,8 +64,11 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake -S. -Bbuild -DCMAKE_INSTALL_PREFIX=$appsDir/raceintospace \
-DCMAKE_BUILD_TYPE=Release
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_INSTALL_PREFIX=$appsDir/raceintospace \
-Wno-dev
make -C build $jobArgs
}