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_DesktopIntegrationDialog.cpp
34610 views
1
--- src/slic3r/GUI/DesktopIntegrationDialog.cpp.orig 2025-03-07 08:28:42 UTC
2
+++ src/slic3r/GUI/DesktopIntegrationDialog.cpp
3
@@ -1,4 +1,4 @@
4
-#ifdef __linux__
5
+#if defined(__linux__) || defined(__FreeBSD__)
6
#include "DesktopIntegrationDialog.hpp"
7
#include "GUI_App.hpp"
8
#include "GUI.hpp"
9
@@ -667,4 +667,4 @@
10
11
} // namespace GUI
12
} // namespace Slic3r
13
-#endif // __linux__
14
+#endif // __linux__ || __FreeBSD__
15
16