From 7f46c1f8555460233997a3024dd6daad5bfd46d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 5 Mar 2018 17:44:55 +0000 Subject: vars/build.vars:native_packages_deps_x11: adds at_spi2_{core,atk} v2.26.{2,1} (via Redfoxmoon.) patches/at_spi2_core-2.26.2.local.patch: via Redfoxmoon. --- patches/at_spi2_core-2.26.2.local.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/at_spi2_core-2.26.2.local.patch (limited to 'patches') diff --git a/patches/at_spi2_core-2.26.2.local.patch b/patches/at_spi2_core-2.26.2.local.patch new file mode 100644 index 00000000..9c434eac --- /dev/null +++ b/patches/at_spi2_core-2.26.2.local.patch @@ -0,0 +1,12 @@ +diff -ru at-spi2-core-2.16.0.orig/bus/at-spi-bus-launcher.c at-spi2-core-2.16.0/bus/at-spi-bus-launcher.c +--- at-spi2-core-2.16.0.orig/bus/at-spi-bus-launcher.c 2015-03-05 06:04:20.000000000 +0200 ++++ at-spi2-core-2.16.0/bus/at-spi-bus-launcher.c 2015-10-25 16:00:32.158127066 +0200 +@@ -104,7 +104,7 @@ + { + ssize_t bytes_read; + +- while (max_bytes > 1 && (bytes_read = read (fd, buf, MAX (4096, max_bytes - 1)))) ++ while (max_bytes > 1 && (bytes_read = read (fd, buf, max_bytes - 1))) + { + if (bytes_read < 0) + return FALSE; -- cgit v1.2.3