diff options
author | Ørjan Malde <red@foxi.me> | 2021-07-13 09:04:51 +0200 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2021-07-13 09:04:51 +0200 |
commit | 8d6128736bd7ca696e26c943b100b113956e6a16 (patch) | |
tree | 41f4eb363a59f3b436df1bfc9072acfea9251771 /patches | |
parent | 915e18d6b0439c6e1956315d8789ac54068967f6 (diff) | |
download | midipix_build-8d6128736bd7ca696e26c943b100b113956e6a16.tar.bz2 midipix_build-8d6128736bd7ca696e26c943b100b113956e6a16.tar.xz |
groups/261.native_packages_x11.group: drop at_spi2_{core,atk}
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'patches')
-rw-r--r-- | patches/at_spi2_core-2.26.2.local.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/patches/at_spi2_core-2.26.2.local.patch b/patches/at_spi2_core-2.26.2.local.patch deleted file mode 100644 index 9c434eac..00000000 --- a/patches/at_spi2_core-2.26.2.local.patch +++ /dev/null @@ -1,12 +0,0 @@ -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; |