summaryrefslogtreecommitdiffhomepage
path: root/patches/fontconfig-2.11.95.local.patch
blob: 23ff41f78aabbaf09d0ab809e734e43c14f731da (plain)
1
2
3
4
5
6
7
8
9
10
11
--- fontconfig-2.11.95/src/fcstat.orig.c	2017-06-06 21:01:30.722966877 +0200
+++ fontconfig-2.11.95/src/fcstat.c	2017-06-06 21:01:56.538857991 +0200
@@ -365,7 +365,7 @@
 #  endif
 #  if defined(HAVE_STRUCT_STATFS_F_FSTYPENAME)
 	p = buf.f_fstypename;
-#  elif defined(__linux__)
+#  elif defined(__linux__) || defined(__midipix__)
 	switch (buf.f_type)
 	{
 	case 0x6969: /* nfs */