mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 11:29:15 -04:00
PR: 272730 Reported by: michal.zielonka.8001@gmail.com Approved by: teodorsigaev@gmail.com (maintainer)
11 lines
310 B
C++
11 lines
310 B
C++
--- src/slic3r/Utils/FontConfigHelp.hpp.orig 2023-07-25 13:08:59 UTC
|
|
+++ src/slic3r/Utils/FontConfigHelp.hpp
|
|
@@ -1,7 +1,7 @@
|
|
#ifndef slic3r_FontConfigHelp_hpp_
|
|
#define slic3r_FontConfigHelp_hpp_
|
|
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
#define EXIST_FONT_CONFIG_INCLUDE
|
|
#endif
|
|
|