aboutsummaryrefslogtreecommitdiff
path: root/cad/PrusaSlicer/files/patch-src_slic3r_Utils_FontConfigHelp.hpp
blob: 4e33b74f261e742202e533504408dfabc386419e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/slic3r/Utils/FontConfigHelp.hpp.orig	2024-12-20 11:54:34 UTC
+++ src/slic3r/Utils/FontConfigHelp.hpp
@@ -6,7 +6,7 @@
 #define slic3r_FontConfigHelp_hpp_
 
 #include <string>
-#ifdef __linux__
+#if defined(__linux__) || defined(__FreeBSD__)
 #define EXIST_FONT_CONFIG_INCLUDE
 #endif