mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
wesnoth, revbump, fix requirement for cairo_devel (#13498)
This commit is contained in:
@@ -22,7 +22,7 @@ fantasy battles."
|
||||
HOMEPAGE="http://wesnoth.org/"
|
||||
COPYRIGHT="2003-2024 The Battle for Wesnoth Project"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
branch="`echo "$portVersion" | cut -b1-4`"
|
||||
SOURCE_URI="https://sourceforge.net/projects/wesnoth/files/wesnoth-$branch/wesnoth-$portVersion/wesnoth-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="e15db3caf446d91d389fc275f10c1a9e7ca3c6176c3b8ce94f5ee4a7a0c81bd6"
|
||||
@@ -86,7 +86,7 @@ PROVIDES_data="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cairo1.18${secondaryArchSuffix}_devel # do not use xcairo
|
||||
cairo${secondaryArchSuffix}_devel # do not use xcairo
|
||||
gcc${secondaryArchSuffix}_syslibs_devel
|
||||
devel:libboost_coroutine$secondaryArchSuffix >= $boostVersion
|
||||
devel:libboost_filesystem$secondaryArchSuffix >= $boostVersion
|
||||
@@ -134,7 +134,8 @@ BUILD()
|
||||
-DHARDEN=OFF \
|
||||
-DBUILD_SHARED_LIBS=ON \
|
||||
-DENABLE_CAMPAIGN_SERVER=ON \
|
||||
-DENABLE_DESKTOP_ENTRY=OFF
|
||||
-DENABLE_DESKTOP_ENTRY=OFF \
|
||||
-Wno-dev
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user