mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 01:53:13 -04:00
- Update to 2.3.3 - Change the dependency from devel/tbb to devel/onetbb ChangeLog: https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.3.3 PR: 258483 Submitted by: Steve Wills <swills@FreeBSD.org> Reported by: teodorsigaev@gmail.com (tested), eborisch+FreeBSD@gmail.com (tested)
10 lines
236 B
C++
10 lines
236 B
C++
--- src/libslic3r/Platform.hpp.orig 2021-04-20 12:26:01 UTC
|
|
+++ src/libslic3r/Platform.hpp
|
|
@@ -28,6 +28,7 @@ enum class PlatformFlavor
|
|
WSL2,
|
|
// For Platform::BSDUnix
|
|
OpenBSD,
|
|
+ FreeBSD,
|
|
};
|
|
|
|
// To be called on program start-up.
|