From 3e1446f2dd3c899607405217bbfee9578e9bc4a9 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 7 Mar 2021 14:55:45 +0100 Subject: [PATCH] Upstream includes , not necessary anymore --- kiwixbuild/dependencies/xapian.py | 1 - kiwixbuild/patches/xapian_fix_include_errno.patch | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 kiwixbuild/patches/xapian_fix_include_errno.patch diff --git a/kiwixbuild/dependencies/xapian.py b/kiwixbuild/dependencies/xapian.py index 7f136e8..5cbf0d6 100644 --- a/kiwixbuild/dependencies/xapian.py +++ b/kiwixbuild/dependencies/xapian.py @@ -15,7 +15,6 @@ class Xapian(Dependency): archive = Remotefile('xapian-core-1.4.18.tar.xz', '196ddbb4ad10450100f0991a599e4ed944cbad92e4a6fe813be6dce160244b77') patches = [ - 'xapian_fix_include_errno.patch', 'xapian_remote.patch' ] diff --git a/kiwixbuild/patches/xapian_fix_include_errno.patch b/kiwixbuild/patches/xapian_fix_include_errno.patch deleted file mode 100644 index 234c324..0000000 --- a/kiwixbuild/patches/xapian_fix_include_errno.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur xapian-core-1.4.10/examples/xapian-pos.cc xapian-core-1.4.10.patched/examples/xapian-pos.cc ---- xapian-core-1.4.10/examples/xapian-pos.cc 2019-02-11 22:27:21.000000000 +0100 -+++ xapian-core-1.4.10.patched/examples/xapian-pos.cc 2019-02-18 16:43:08.593354559 +0100 -@@ -29,6 +29,7 @@ - #include - #include - #include -+#include - - #include "gnu_getopt.h" - #include "stringutils.h"