- fixed build bith boost 1.88 (bnc#1242801)

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=505
This commit is contained in:
2025-05-08 10:51:22 +00:00
committed by Git OBS Bridge
parent e738d0d182
commit ac9d80d6b5
3 changed files with 26 additions and 0 deletions

18
boost.dif Normal file
View File

@@ -0,0 +1,18 @@
--- utils/asymptote/LspCpp/src/lsp/ParentProcessWatcher.cpp~ 2025-02-08 17:23:03.000000000 +0000
+++ utils/asymptote/LspCpp/src/lsp/ParentProcessWatcher.cpp 2025-05-08 07:54:32.134245234 +0000
@@ -1,6 +1,15 @@
#include "LibLsp/lsp/ParentProcessWatcher.h"
#include <algorithm>
+#include <boost/version.hpp>
+#if BOOST_VERSION < 108800
#include <boost/process.hpp>
+#else
+#define BOOST_PROCESS_VERSION 1
+#include <boost/process/v1/child.hpp>
+#include <boost/process/v1/io.hpp>
+#include <boost/process/v1/pipe.hpp>
+#include <boost/process/v1/system.hpp>
+#endif
#ifdef _WIN32
#include <boost/process/v1/windows.hpp>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu May 08 10:27:23 CEST 2025 - Arvin Schnell <aschnell@suse.com>
- fixed build bith boost 1.88 (bnc#1242801)
-------------------------------------------------------------------
Tue May 6 09:27:50 UTC 2025 - Dr. Werner Fink <werner@suse.de>

View File

@@ -303,6 +303,8 @@ Patch47: biber-perl-5.18.2.dif
Patch50: luametatex.dif
# PATCH-FIX-SUSE Let it build even without ls-R files around
Patch62: source-psutils-kpathsea.dif
# fix build with boost 1.88
Patch70: boost.dif
# Missed luajit fix for ppc/ppc64/ppc64le and riscv64
Prefix: %{_bindir}
@@ -4453,6 +4455,7 @@ rm -vf bin/biber.noica
rm -vf t/*.fastsort
popd
%endif
%patch -P70 -p0
%patch -P62 -p0 -b .kpserr