Skip to content

Commit 105d124

Browse files
fontconfig: fix build with latest mlibc
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
1 parent 68ae1b1 commit 105d124

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
From 923dd34de98831460447a85a2786e7c7d6ff3a95 Mon Sep 17 00:00:00 2001
2+
From: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
3+
Date: Wed, 5 Oct 2022 19:43:23 +1100
4+
Subject: [PATCH] fontconfig: aero specific changes
5+
6+
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
7+
---
8+
src/fcstat.c | 2 +-
9+
1 file changed, 1 insertion(+), 1 deletion(-)
10+
11+
diff --git a/src/fcstat.c b/src/fcstat.c
12+
index 4f69eae..8a621dd 100644
13+
--- a/src/fcstat.c
14+
+++ b/src/fcstat.c
15+
@@ -386,7 +386,7 @@ FcFStatFs (int fd, FcStatFS *statb)
16+
# endif
17+
# if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME)
18+
p = buf.f_fstypename;
19+
-# elif defined(__linux__) || defined (__EMSCRIPTEN__)
20+
+# elif defined(__linux__) || defined(__aero__) || defined (__EMSCRIPTEN__)
21+
switch (buf.f_type)
22+
{
23+
case 0x6969: /* nfs */
24+
--
25+
2.25.1
26+

0 commit comments

Comments
 (0)