summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-06-06 20:02:38 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-06-06 20:02:38 +0000
commitbfff51bfb0a8c5a87274bad9cee6e6e761022268 (patch)
tree692f5e38791b395d7d4586c4a2df3038d39c7fd0 /patches
parent7b01b590b0a0d007eae1d07c2cd8c60ffe1685b9 (diff)
downloadmidipix_build-bfff51bfb0a8c5a87274bad9cee6e6e761022268.tar.bz2
midipix_build-bfff51bfb0a8c5a87274bad9cee6e6e761022268.tar.xz
vars/build.vars, patches/fontconfig-2.11.95.local.patch: adds fontconfig v2.11.95, freetype v2.8, and libXft v2.3.1 (via Redfoxmoon.)
Diffstat (limited to 'patches')
-rw-r--r--patches/fontconfig-2.11.95.local.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/fontconfig-2.11.95.local.patch b/patches/fontconfig-2.11.95.local.patch
new file mode 100644
index 00000000..23ff41f7
--- /dev/null
+++ b/patches/fontconfig-2.11.95.local.patch
@@ -0,0 +1,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 */