Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/cad/PrusaSlicer/files/patch-src_slic3r_GUI_DesktopIntegrationDialog.hpp
16462 views
1
--- src/slic3r/GUI/DesktopIntegrationDialog.hpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/slic3r/GUI/DesktopIntegrationDialog.hpp
3
@@ -2,7 +2,7 @@
4
///|/
5
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
6
///|/
7
-#ifdef __linux__
8
+#if defined(__linux__) || defined(__FreeBSD__)
9
#ifndef slic3r_DesktopIntegrationDialog_hpp_
10
#define slic3r_DesktopIntegrationDialog_hpp_
11
12
@@ -49,4 +49,4 @@ class DesktopIntegrationDialog : public wxDialog (publ
13
} // namespace Slic3r
14
15
#endif // slic3r_DesktopIntegrationDialog_hpp_
16
-#endif // __linux__
17
\ No newline at end of file
18
+#endif // __linux__
19
20