mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-action/violetland: fix build with boost-1.85
Closes: https://bugs.gentoo.org/932778 Thanks-to: Torsten Kaiser Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
https://bugs.gentoo.org/932778
|
||||
--- a/src/game/Highscores.cpp
|
||||
+++ b/src/game/Highscores.cpp
|
||||
@@ -107,3 +107,3 @@
|
||||
boost::filesystem::copy_file(hsTempFile, hsFile,
|
||||
- boost::filesystem::copy_option::overwrite_if_exists);
|
||||
+ boost::filesystem::copy_options::overwrite_existing);
|
||||
boost::filesystem::remove(hsTempFile);
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -28,6 +28,10 @@ BDEPEND="
|
||||
sys-devel/gettext
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-boost1.85.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user