mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
PrusaSlicer: rebuild for boost-1.80
This commit is contained in:
parent
46c99fe9b0
commit
35043b7614
2 changed files with 21 additions and 1 deletions
20
srcpkgs/PrusaSlicer/patches/fstream.patch
Normal file
20
srcpkgs/PrusaSlicer/patches/fstream.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- a/src/hints/HintsToPot.cpp
|
||||
+++ b/src/hints/HintsToPot.cpp
|
||||
@@ -2,6 +2,7 @@
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <boost/filesystem.hpp>
|
||||
+#include <boost/filesystem/fstream.hpp>
|
||||
#include <boost/dll.hpp>
|
||||
#include <boost/property_tree/ini_parser.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
--- a/tests/fff_print/test_data.cpp
|
||||
+++ b/tests/fff_print/test_data.cpp
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "libslic3r/Format/STL.hpp"
|
||||
|
||||
#include <cstdlib>
|
||||
+#include <fstream>
|
||||
#include <string>
|
||||
|
||||
#include <boost/nowide/cstdio.hpp>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'PrusaSlicer'
|
||||
pkgname=PrusaSlicer
|
||||
version=2.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="PrusaSlicer-version_${version}"
|
||||
build_style=cmake
|
||||
build_helper="qemu"
|
||||
|
|
Loading…
Add table
Reference in a new issue