Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/cad/PrusaSlicer/files/patch-src_slic3r_GUI_DesktopIntegrationDialog.cpp
18157 views
1
--- src/slic3r/GUI/DesktopIntegrationDialog.cpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/slic3r/GUI/DesktopIntegrationDialog.cpp
3
@@ -3,7 +3,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
#include "DesktopIntegrationDialog.hpp"
10
#include "GUI_App.hpp"
11
#include "GUI.hpp"
12
13