diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_fontconfig_include_meson-config.h')
-rw-r--r-- | www/chromium/files/patch-third__party_fontconfig_include_meson-config.h | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h b/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h new file mode 100644 index 000000000000..a0b1b54538de --- /dev/null +++ b/www/chromium/files/patch-third__party_fontconfig_include_meson-config.h @@ -0,0 +1,44 @@ +--- third_party/fontconfig/include/meson-config.h.orig 2025-07-02 06:08:04 UTC ++++ third_party/fontconfig/include/meson-config.h +@@ -17,7 +17,7 @@ + + #define FC_CACHEDIR "/var/cache/fontconfig" + +-#define FC_DEFAULT_FONTS "\t<dir>/usr/share/fonts</dir>\n\t<dir>/usr/local/share/fonts</dir>\n" ++#define FC_DEFAULT_FONTS "\t<dir>/usr/X11R6/lib/X11/fonts</dir>\n" + + #define FC_FONTPATH "" + +@@ -92,10 +92,13 @@ + + #define HAVE_RANDOM 1 + +-#define HAVE_RANDOM_R 1 ++/* #undef HAVE_RANDOM_R */ + + #define HAVE_RAND_R 1 + ++/* Define to 1 if you have the `arc4_random' function. */ ++#define HAVE_ARC4RANDOM 1 ++ + #define HAVE_READLINK 1 + + #define HAVE_STDATOMIC_PRIMITIVES 1 +@@ -122,7 +125,7 @@ + + #define HAVE_SYS_PARAM_H 1 + +-#define HAVE_SYS_STATFS_H 1 ++/* #undef HAVE_SYS_STATFS_H */ + + #define HAVE_SYS_STATVFS_H 1 + +@@ -130,7 +133,7 @@ + + #define HAVE_SYS_TYPES_H 1 + +-#define HAVE_SYS_VFS_H 1 ++/* #undef HAVE_SYS_VFS_H */ + + #define HAVE_TIME_H 1 + |