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)
8 lines
292 B
C++
8 lines
292 B
C++
--- src/slic3r/GUI/DesktopIntegrationDialog.cpp.orig 2023-07-25 09:24:17 UTC
|
|
+++ src/slic3r/GUI/DesktopIntegrationDialog.cpp
|
|
@@ -1,4 +1,4 @@
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
#include "DesktopIntegrationDialog.hpp"
|
|
#include "GUI_App.hpp"
|
|
#include "GUI.hpp"
|