ports/cad/PrusaSlicer/files/patch-src_slic3r_GUI_ConfigWizard.hpp
Teodor Sigaev ea2855f6a7
cad/PrusaSlicer: Update to 2.8.1
PR:		282145
2024-10-29 03:13:29 +08:00

11 lines
436 B
C++

--- src/slic3r/GUI/ConfigWizard.hpp.orig 2024-09-18 13:39:04 UTC
+++ src/slic3r/GUI/ConfigWizard.hpp
@@ -54,7 +54,7 @@ namespace DownloaderUtils {
bool on_finish();
static bool perform_download_register(const std::string& path);
static bool perform_url_register();
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
static bool perform_registration_linux;
#endif // __linux__
};