forked from Lainports/freebsd-ports
18 lines
602 B
C++
18 lines
602 B
C++
--- src/slic3r/GUI/DesktopIntegrationDialog.hpp.orig 2024-09-18 13:39:04 UTC
|
|
+++ src/slic3r/GUI/DesktopIntegrationDialog.hpp
|
|
@@ -2,7 +2,7 @@
|
|
///|/
|
|
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
///|/
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
#ifndef slic3r_DesktopIntegrationDialog_hpp_
|
|
#define slic3r_DesktopIntegrationDialog_hpp_
|
|
|
|
@@ -47,4 +47,4 @@ class DesktopIntegrationDialog : public wxDialog (priv
|
|
} // namespace Slic3r
|
|
|
|
#endif // slic3r_DesktopIntegrationDialog_hpp_
|
|
-#endif // __linux__
|
|
\ No newline at end of file
|
|
+#endif // __linux__
|