From 2780a023dd05759a1be68237dc51da77d2152904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Tue, 11 Aug 2020 13:19:50 +0200 Subject: groups/211.native_packages_cmdline.group: the_silver_searcher: bump to v2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/the_silver_searcher-2.2.0.local.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 patches/the_silver_searcher-2.2.0.local.patch (limited to 'patches/the_silver_searcher-2.2.0.local.patch') diff --git a/patches/the_silver_searcher-2.2.0.local.patch b/patches/the_silver_searcher-2.2.0.local.patch new file mode 100644 index 00000000..d1f5b389 --- /dev/null +++ b/patches/the_silver_searcher-2.2.0.local.patch @@ -0,0 +1,12 @@ +diff -ru the_silver_searcher-2.1.0.orig/src/main.c the_silver_searcher-2.1.0/src/main.c +--- the_silver_searcher-2.1.0.orig/src/main.c 2017-06-27 05:33:25.000000000 +0200 ++++ the_silver_searcher-2.1.0/src/main.c 2017-11-18 21:00:58.908603541 +0100 +@@ -154,7 +154,7 @@ + } + #if defined(HAVE_PTHREAD_SETAFFINITY_NP) && (defined(USE_CPU_SET) || defined(HAVE_SYS_CPUSET_H)) + if (opts.use_thread_affinity) { +-#ifdef __linux__ ++#if defined(__linux__) || defined(__midipix__) + cpu_set_t cpu_set; + #elif __FreeBSD__ + cpuset_t cpu_set; -- cgit v1.2.3