pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

prusaslicer: fix build with new boost in 2024Q2



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Thu Jul 4 12:16:23 2024 +1000
Changeset:	b04af0bfbd79461d448ca0604a45a02118ee6061

Modified Files:
	prusaslicer/distinfo
Added Files:
	prusaslicer/patches/patch-src_slic3r_Config_Version.cpp

Log Message:
prusaslicer: fix build with new boost in 2024Q2

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b04af0bfbd79461d448ca0604a45a02118ee6061

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prusaslicer/distinfo                                    |  1 +
 prusaslicer/patches/patch-src_slic3r_Config_Version.cpp | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diffs:
diff --git a/prusaslicer/distinfo b/prusaslicer/distinfo
index 2a08f5ef28..f3d28679d3 100644
--- a/prusaslicer/distinfo
+++ b/prusaslicer/distinfo
@@ -19,6 +19,7 @@ SHA1 (patch-src_libslic3r_Thread.cpp) = 8aa488b933baa97132058f88a82eef8db73ab2f5
 SHA1 (patch-src_libslic3r_Utils_DirectoriesUtils.cpp) = 02c874c348016d572ddf8fed3171aabe2d4550c0
 SHA1 (patch-src_occt__wrapper_CMakeLists.txt) = 2e11271757bcc76f3832c8fd27943f3ef97136f1
 SHA1 (patch-src_slic3r_CMakeLists.txt) = 119ef869965a2cdcfd82208486ffbd603497d425
+SHA1 (patch-src_slic3r_Config_Version.cpp) = 45dd3d5e514952796e973c37adbcc0f51e3b83ae
 SHA1 (patch-src_slic3r_GUI_BitmapCache.cpp) = 9a464bcb09589e12de70ce57cda17f526df33b9b
 SHA1 (patch-src_slic3r_GUI_ConfigWizard.cpp) = a8bd1d621f73ae6464b1ba4a5cb1db965e8e551b
 SHA1 (patch-src_slic3r_GUI_ConfigWizard.hpp) = b0f75d593c4b1d2787fc450be5afc2ce21e42608
diff --git a/prusaslicer/patches/patch-src_slic3r_Config_Version.cpp b/prusaslicer/patches/patch-src_slic3r_Config_Version.cpp
new file mode 100644
index 0000000000..d7d954213b
--- /dev/null
+++ b/prusaslicer/patches/patch-src_slic3r_Config_Version.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Add missing include for new boost version.
+
+--- src/slic3r/Config/Version.cpp.orig	2024-07-04 02:06:21.971201848 +0000
++++ src/slic3r/Config/Version.cpp
+@@ -6,6 +6,7 @@
+ 
+ #include <cctype>
+ 
++#include <boost/filesystem/directory.hpp>
+ #include <boost/filesystem/operations.hpp>
+ #include <boost/nowide/fstream.hpp>
+ 


Home | Main Index | Thread Index | Old Index