pkgsrc-WIP-changes archive

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

prusaslicer: Fix build with new catch2 3.15 from pkgsrc-2026Q2.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Wed Jul 8 22:00:47 2026 +1000
Changeset:	ad131262bdddb3b457777e5a4038c879e1fd016e

Modified Files:
	prusaslicer/distinfo
Added Files:
	prusaslicer/patches/patch-tests_sla__print_sla__test__utils.hpp

Log Message:
prusaslicer: Fix build with new catch2 3.15 from pkgsrc-2026Q2.

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

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

diffstat:
 prusaslicer/distinfo                                         |  1 +
 .../patches/patch-tests_sla__print_sla__test__utils.hpp      | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diffs:
diff --git a/prusaslicer/distinfo b/prusaslicer/distinfo
index 001c44c65a..3aae90e88d 100644
--- a/prusaslicer/distinfo
+++ b/prusaslicer/distinfo
@@ -75,3 +75,4 @@ SHA1 (patch-src_slic3r_Utils_WifiScanner.cpp) = a7c8d6dfb43ddaca651df13b487b43dd
 SHA1 (patch-src_slic3r_Utils_WxFontUtils.cpp) = 75d657b3c8af52eee7aa130a895760c4203fef78
 SHA1 (patch-tests_CMakeLists.txt) = 654e13b89f1c3575dcd4f9ff0e3cf2fb353c3944
 SHA1 (patch-tests_libslic3r_test__emboss.cpp) = fef38a4f927f6e4b2620b85a336eb8e2df8b2db1
+SHA1 (patch-tests_sla__print_sla__test__utils.hpp) = 96db8df510743582d34c4ae2e3e1297aa36a6cd7
diff --git a/prusaslicer/patches/patch-tests_sla__print_sla__test__utils.hpp b/prusaslicer/patches/patch-tests_sla__print_sla__test__utils.hpp
new file mode 100644
index 0000000000..54dc092155
--- /dev/null
+++ b/prusaslicer/patches/patch-tests_sla__print_sla__test__utils.hpp
@@ -0,0 +1,12 @@
+$NetBSD$
+
+--- tests/sla_print/sla_test_utils.hpp.orig	2026-07-07 12:54:44.228906196 +0000
++++ tests/sla_print/sla_test_utils.hpp
+@@ -3,6 +3,7 @@
+ 
+ #include <catch2/catch_test_macros.hpp>
+ #include <catch2/catch_approx.hpp>
++#include <catch2/interfaces/catch_interfaces_capture.hpp>
+ #include <test_utils.hpp>
+ 
+ // Debug


Home | Main Index | Thread Index | Old Index