Remove xapian_sys_types.patch applied upstream
This commit is contained in:
parent
aad2243c81
commit
54b47fea9e
|
@ -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'
|
||||
]
|
||||
|
|
|
@ -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 <cstring> // For size_t.
|
||||
+#include <sys/types.h> // For size_t and off_t.
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
#include <vector>
|
Loading…
Reference in New Issue