mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
Reported by: Teodor Sigaev <teodorsigaev@gmail.com> Reviewed by: lwhsu (mentor) Sponsored by: Postgres Professional Differential Revision: https://reviews.freebsd.org/D44315
10 lines
551 B
C++
10 lines
551 B
C++
--- src/libslic3r/Platform.hpp.orig 2023-12-12 14:21:21 UTC
|
|
+++ src/libslic3r/Platform.hpp
|
|
@@ -29,6 +29,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
|