mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
supertux: Use Boost 1.70 (#7903)
This commit is contained in:
@@ -4,7 +4,7 @@ similar to the original Super Mario games."
|
|||||||
HOMEPAGE="https://supertux.org/"
|
HOMEPAGE="https://supertux.org/"
|
||||||
COPYRIGHT="2003-2020 The SuperTux Team"
|
COPYRIGHT="2003-2020 The SuperTux Team"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://github.com/SuperTux/supertux/releases/download/v$portVersion/SuperTux-v$portVersion-Source.tar.gz"
|
SOURCE_URI="https://github.com/SuperTux/supertux/releases/download/v$portVersion/SuperTux-v$portVersion-Source.tar.gz"
|
||||||
SOURCE_DIR="SuperTux-v$portVersion-Source"
|
SOURCE_DIR="SuperTux-v$portVersion-Source"
|
||||||
CHECKSUM_SHA256="3a19e042cb10933bcbdc50a296779082a3bb46c8e98fe4afb68c19cc5e810c53"
|
CHECKSUM_SHA256="3a19e042cb10933bcbdc50a296779082a3bb46c8e98fe4afb68c19cc5e810c53"
|
||||||
@@ -20,6 +20,7 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
|
lib:libboost_filesystem$secondaryArchSuffix
|
||||||
lib:libboost_system$secondaryArchSuffix
|
lib:libboost_system$secondaryArchSuffix
|
||||||
lib:libcurl$secondaryArchSuffix
|
lib:libcurl$secondaryArchSuffix
|
||||||
lib:libfreetype$secondaryArchSuffix
|
lib:libfreetype$secondaryArchSuffix
|
||||||
@@ -42,7 +43,8 @@ REQUIRES="
|
|||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libboost_system$secondaryArchSuffix
|
devel:libboost_filesystem$secondaryArchSuffix >= 1.70.0
|
||||||
|
devel:libboost_system$secondaryArchSuffix >= 1.70.0
|
||||||
devel:libcurl$secondaryArchSuffix
|
devel:libcurl$secondaryArchSuffix
|
||||||
devel:libfreetype$secondaryArchSuffix
|
devel:libfreetype$secondaryArchSuffix
|
||||||
devel:libfribidi$secondaryArchSuffix
|
devel:libfribidi$secondaryArchSuffix
|
||||||
@@ -73,6 +75,7 @@ BUILD()
|
|||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake .. $cmakeDirArgs \
|
cmake .. $cmakeDirArgs \
|
||||||
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DUSE_SYSTEM_PHYSFS=ON \
|
-DUSE_SYSTEM_PHYSFS=ON \
|
||||||
-DCMAKE_INSTALL_PREFIX="$appsDir/SuperTux" \
|
-DCMAKE_INSTALL_PREFIX="$appsDir/SuperTux" \
|
||||||
-DINSTALL_SUBDIR_BIN="$appsDir/SuperTux" \
|
-DINSTALL_SUBDIR_BIN="$appsDir/SuperTux" \
|
||||||
|
|||||||
Reference in New Issue
Block a user