summaryrefslogtreecommitdiffhomepage
path: root/patches
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2021-07-15 17:31:44 +0200
committerØrjan Malde <red@foxi.me>2021-07-15 17:31:44 +0200
commit43a8efdb0c577ec28796995406cdafed100a95a7 (patch)
tree3a46e78166cfe5715db56d55e65715ef2388cb61 /patches
parentc745859d6df023e41a48763c0c5f6689a858b2fc (diff)
downloadmidipix_build-43a8efdb0c577ec28796995406cdafed100a95a7.tar.bz2
midipix_build-43a8efdb0c577ec28796995406cdafed100a95a7.tar.xz
groups/261.native_packages_x11.group: harfbuzz: bump to v1.8.8
Diffstat (limited to 'patches')
-rw-r--r--patches/harfbuzz-1.7.5.local.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/harfbuzz-1.7.5.local.patch b/patches/harfbuzz-1.7.5.local.patch
deleted file mode 100644
index 65a2b8f7..00000000
--- a/patches/harfbuzz-1.7.5.local.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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));
- }