mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Reported by: Teodor Sigaev <teodorsigaev@gmail.com> Reviewed by: lwhsu (mentor) Sponsored by: Postgres Professional Differential Revision: https://reviews.freebsd.org/D44315
11 lines
377 B
C++
11 lines
377 B
C++
--- src/slic3r/GUI/DesktopIntegrationDialog.cpp.orig 2023-12-12 14:21:21 UTC
|
|
+++ src/slic3r/GUI/DesktopIntegrationDialog.cpp
|
|
@@ -3,7 +3,7 @@
|
|
///|/
|
|
///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher
|
|
///|/
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
#include "DesktopIntegrationDialog.hpp"
|
|
#include "GUI_App.hpp"
|
|
#include "GUI.hpp"
|