games-action/violetland: Fix build w/ boost-1.89

Closes: https://bugs.gentoo.org/964390
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-01-14 22:38:57 +01:00
parent 82293df31d
commit ef968a0f41
2 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@
find_package(SDL_mixer REQUIRED)
find_package(OpenGL REQUIRED)
find_package(Gettext REQUIRED)
-find_package(Boost COMPONENTS filesystem system REQUIRED)
+find_package(Boost COMPONENTS filesystem REQUIRED)
add_definitions(-DBOOST_FILESYSTEM_VERSION=3)
# Searching for libintl using bundled CMake script

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,7 +29,7 @@ BDEPEND="
"
PATCHES=(
"${FILESDIR}"/${P}-boost1.85.patch
"${FILESDIR}"/${P}-boost1.8{5,9}.patch # bug 964390
"${FILESDIR}"/${P}-cmake4.patch
)