mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
ChangeLog: https://www.freshports.org/cad/PrusaSlicer/ PR: 267772 Reported by: teodorsigaev@gmail.com (maintainer)
10 lines
551 B
C++
10 lines
551 B
C++
--- src/libslic3r/Platform.hpp.orig 2022-09-06 07:09:19 UTC
|
|
+++ src/libslic3r/Platform.hpp
|
|
@@ -25,6 +25,7 @@ enum class PlatformFlavor
|
|
WSL, // Microsoft's Windows on Linux (Linux kernel simulated on NTFS kernel)
|
|
WSL2, // Microsoft's Windows on Linux, version 2 (virtual machine)
|
|
OpenBSD, // For Platform::BSDUnix
|
|
+ FreeBSD, // For Platform::BSDUnix
|
|
GenericOSX, // For Platform::OSX
|
|
OSXOnX86, // For Apple's on Intel X86 CPU
|
|
OSXOnArm, // For Apple's on Arm CPU
|