From 03c8767eb4600701a67caac8fc6f70f9ba9ebb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Wed, 18 Jan 2023 13:41:50 +0100 Subject: groups/261.native_packages_x11.group: fontconfig: bump to v2.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ørjan Malde --- patches/fontconfig-2.14.1.local.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 patches/fontconfig-2.14.1.local.patch (limited to 'patches/fontconfig-2.14.1.local.patch') diff --git a/patches/fontconfig-2.14.1.local.patch b/patches/fontconfig-2.14.1.local.patch new file mode 100644 index 00000000..01ff6c07 --- /dev/null +++ b/patches/fontconfig-2.14.1.local.patch @@ -0,0 +1,21 @@ +diff -ru fontconfig-2.14.1.orig/src/fcstat.c fontconfig-2.14.1/src/fcstat.c +--- fontconfig-2.14.1.orig/src/fcstat.c 2021-07-08 07:47:01.000000000 +0200 ++++ fontconfig-2.14.1/src/fcstat.c 2023-01-18 13:38:16.297077648 +0100 +@@ -373,7 +373,7 @@ + p = buf.f_fstypename; + # endif + } +-#elif defined(HAVE_FSTATFS) && (defined(HAVE_STRUCT_STATFS_F_FLAGS) || defined(HAVE_STRUCT_STATFS_F_FSTYPENAME) || defined(__linux__)) ++#elif defined(HAVE_FSTATFS) && (defined(HAVE_STRUCT_STATFS_F_FLAGS) || defined(HAVE_STRUCT_STATFS_F_FSTYPENAME) || defined(__linux__) || defined(__midipix__)) + struct statfs buf; + + memset (statb, 0, sizeof (FcStatFS)); +@@ -386,7 +386,7 @@ + # endif + # if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME) + p = buf.f_fstypename; +-# elif defined(__linux__) || defined (__EMSCRIPTEN__) ++# elif defined(__linux__) || defined(__midipix__) || defined (__EMSCRIPTEN__) + switch (buf.f_type) + { + case 0x6969: /* nfs */ -- cgit v1.2.3