mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
11 lines
436 B
C++
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__
|
|
};
|