diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-02-27 21:35:54 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2018-02-27 21:39:18 +0000 |
commit | b2ecd92d466ac2dca394c8edd019a45c8651bb12 (patch) | |
tree | d65e1bebcba3c49b60f48880dc4707078f00e636 /patches | |
parent | fe5370a90a26650d65fc4ae0178daef2a1870140 (diff) | |
download | midipix_build-b2ecd92d466ac2dca394c8edd019a45c8651bb12.tar.bz2 midipix_build-b2ecd92d466ac2dca394c8edd019a45c8651bb12.tar.xz |
vars/build.vars:native_packages_deps_x11:harfbuzz: adds harfbuzz v1.7.5 (via katex.)
patches/harfbuzz-1.7.5.local.patch: via katex.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/harfbuzz-1.7.5.local.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/harfbuzz-1.7.5.local.patch b/patches/harfbuzz-1.7.5.local.patch new file mode 100644 index 00000000..65a2b8f7 --- /dev/null +++ b/patches/harfbuzz-1.7.5.local.patch @@ -0,0 +1,11 @@ +--- harfbuzz-1.7.5/src/hb-ot-kern-table.hh.orig 2018-02-27 21:36:40.772000000 +0000 ++++ harfbuzz-1.7.5/src/hb-ot-kern-table.hh 2018-02-27 21:37:57.168000000 +0000 +@@ -205,7 +205,7 @@ + { + TRACE_SANITIZE (this); + return_trace (c->check_struct (thiz()) && +- thiz()->length >= thiz()->min_size && ++ thiz()->length >= T::min_size && + c->check_array (thiz(), 1, thiz()->length) && + thiz()->subtable.sanitize (c, thiz()->format)); + } |