- 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:
18
boost.dif
Normal file
18
boost.dif
Normal 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>
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user