mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Adapted patch provided from Jesper Schmitz Mouridsen PR: 284821 Reported by: Torfinn Ingolfsen Approved by: teodorsigaev@
10 lines
551 B
C++
10 lines
551 B
C++
--- src/libslic3r/Platform.hpp.orig 2024-12-20 11:54:34 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
|