Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/OrcaSlicer/files/patch-src_slic3r_GUI_HintNotification.cpp
34610 views
1
--- src/slic3r/GUI/HintNotification.cpp.orig 2025-03-01 00:00:00 UTC
2
+++ src/slic3r/GUI/HintNotification.cpp
3
@@ -151,7 +151,7 @@
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