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_ConfigWizard.hpp
16461 views
1
--- src/slic3r/GUI/ConfigWizard.hpp.orig 2024-12-20 11:54:34 UTC
2
+++ src/slic3r/GUI/ConfigWizard.hpp
3
@@ -50,7 +50,7 @@ namespace DownloaderUtils {
4
bool on_finish();
5
static bool perform_download_register(const std::string& path);
6
static bool perform_url_register();
7
-#ifdef __linux__
8
+#if defined(__linux__) || defined(__FreeBSD__)
9
static bool perform_registration_linux;
10
#endif // __linux__
11
};
12
13