mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
11
games-action/violetland/files/violetland-0.5-boost1.89.patch
Normal file
11
games-action/violetland/files/violetland-0.5-boost1.89.patch
Normal 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
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user