mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -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
310 B
C++
11 lines
310 B
C++
--- src/slic3r/Utils/FontConfigHelp.hpp.orig 2023-12-12 14:21:21 UTC
|
|
+++ src/slic3r/Utils/FontConfigHelp.hpp
|
|
@@ -5,7 +5,7 @@
|
|
#ifndef slic3r_FontConfigHelp_hpp_
|
|
#define slic3r_FontConfigHelp_hpp_
|
|
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__FreeBSD__)
|
|
#define EXIST_FONT_CONFIG_INCLUDE
|
|
#endif
|
|
|