Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/OrcaSlicer/files/patch-src_slic3r_GUI_HintNotification.cpp
46591 views
1
--- src/slic3r/GUI/HintNotification.cpp.orig 2026-03-22 17:56:38 UTC
2
+++ src/slic3r/GUI/HintNotification.cpp
3
@@ -151,7 +151,7 @@ namespace {
4
#endif // WIN32
5
6
if (tag == "Linux")
7
-#ifdef __linux__
8
+#if defined(__linux__) || defined(__FreeBSD__)
9
return TagCheckAffirmative;
10
#else
11
return TagCheckNegative;
12
13