diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-02-16 14:00:26 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-02-16 14:00:26 +0000 |
commit | 1e19b92147a0e30bda9dfee7e05b86683792ca15 (patch) | |
tree | c7d253abafbe18f02e2646b81626939e00fb353b /patches | |
parent | a8f4071fa72501ae940dc88ca8e572b4b8b8e811 (diff) | |
download | midipix_build-1e19b92147a0e30bda9dfee7e05b86683792ca15.tar.bz2 midipix_build-1e19b92147a0e30bda9dfee7e05b86683792ca15.tar.xz |
vars/build.vars:fontconfig: updated to fontconfig v2.12.93 (via Redfoxmoon.)
vars/build.vars:freetype: updated to freetype v2.9 (via Redfoxmoon.)
vars/build.vars:host_packages_deps: adds gperf_host v3.1 to build fontconfig v2.12.93.
patches/fontconfig-2.12.93.local.patch: updated (via Redfoxmoon.)
Diffstat (limited to 'patches')
-rw-r--r-- | patches/fontconfig-2.11.95.local.patch | 11 | ||||
-rw-r--r-- | patches/fontconfig-2.12.93.local.patch | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/patches/fontconfig-2.11.95.local.patch b/patches/fontconfig-2.11.95.local.patch deleted file mode 100644 index 23ff41f7..00000000 --- a/patches/fontconfig-2.11.95.local.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 */ diff --git a/patches/fontconfig-2.12.93.local.patch b/patches/fontconfig-2.12.93.local.patch new file mode 100644 index 00000000..db221378 --- /dev/null +++ b/patches/fontconfig-2.12.93.local.patch @@ -0,0 +1,12 @@ +diff -ru fontconfig-2.12.93.orig/src/fcstat.c fontconfig-2.12.93/src/fcstat.c +--- fontconfig-2.12.93.orig/src/fcstat.c 2017-10-12 08:51:29.000000000 +0200 ++++ fontconfig-2.12.93/src/fcstat.c 2018-02-16 00:41:55.260139637 +0100 +@@ -375,7 +375,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 */ |