summaryrefslogtreecommitdiff
path: root/java/openjfx14/files/patch-modules_javafx.graphics_src_main_native-font_fontpath__linux.c
blob: 8b1e0b4371c1e293b6b390f3329aafdd4476fb33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- modules/javafx.graphics/src/main/native-font/fontpath_linux.c.orig	2020-07-17 10:21:33 UTC
+++ modules/javafx.graphics/src/main/native-font/fontpath_linux.c
@@ -23,7 +23,7 @@
  * questions.
  */
 
-#if defined (__linux__) && ! defined (ANDROID_NDK)
+#if (defined (__linux__) && ! defined (ANDROID_NDK)) || defined(__FreeBSD__)
 
 #include <string.h>
 #include <stdio.h>