From 54b47fea9efb146d0c2b812597df7f7cb8aff94d Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 7 Mar 2021 14:50:56 +0100 Subject: [PATCH] Remove xapian_sys_types.patch applied upstream --- kiwixbuild/dependencies/xapian.py | 1 - kiwixbuild/patches/xapian_sys_types.patch | 12 ------------ 2 files changed, 13 deletions(-) delete mode 100644 kiwixbuild/patches/xapian_sys_types.patch diff --git a/kiwixbuild/dependencies/xapian.py b/kiwixbuild/dependencies/xapian.py index 6e31249..7f136e8 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_sys_types.patch', 'xapian_fix_include_errno.patch', 'xapian_remote.patch' ] diff --git a/kiwixbuild/patches/xapian_sys_types.patch b/kiwixbuild/patches/xapian_sys_types.patch deleted file mode 100644 index b1ee138..0000000 --- a/kiwixbuild/patches/xapian_sys_types.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur xapian-core-1.4.7/backends/glass/glass_dbcheck.h xapian-core-1.4.7.patched/backends/glass/glass_dbcheck.h ---- xapian-core-1.4.7/backends/glass/glass_dbcheck.h 2017-10-16 04:32:24.000000000 +0200 -+++ xapian-core-1.4.7.patched/backends/glass/glass_dbcheck.h 2018-06-13 14:55:58.574898188 +0200 -@@ -24,7 +24,7 @@ - - #include "xapian/types.h" - --#include // For size_t. -+#include // For size_t and off_t. - #include - #include - #include