mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
raceintospace, revbump, bump boost requirement (#13023)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user