mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
PR: 272730 Reported by: michal.zielonka.8001@gmail.com Approved by: teodorsigaev@gmail.com (maintainer)
15 lines
517 B
C++
15 lines
517 B
C++
--- src/slic3r/GUI/DesktopIntegrationDialog.hpp.orig 2023-07-25 09:25:50 UTC
|
|
+++ src/slic3r/GUI/DesktopIntegrationDialog.hpp
|
|
@@ -1,4 +1,4 @@
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
#ifndef slic3r_DesktopIntegrationDialog_hpp_
|
|
#define slic3r_DesktopIntegrationDialog_hpp_
|
|
|
|
@@ -42,4 +42,4 @@ class DesktopIntegrationDialog : public wxDialog (priv
|
|
} // namespace Slic3r
|
|
|
|
#endif // slic3r_DesktopIntegrationDialog_hpp_
|
|
-#endif // __linux__
|
|
\ No newline at end of file
|
|
+#endif // __linux__
|