clucene: add some patches from Arch.
This commit is contained in:
parent
47572c40da
commit
c08976beb8
8 changed files with 183 additions and 1 deletions
11
srcpkgs/clucene/patches/clucene-debug.patch
Normal file
11
srcpkgs/clucene/patches/clucene-debug.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/core/CLucene/index/TermInfosReader.cpp
|
||||
+++ src/core/CLucene/index/TermInfosReader.cpp
|
||||
@@ -111,7 +111,7 @@
|
||||
//destroy their elements
|
||||
#ifdef _DEBUG
|
||||
for ( int32_t i=0; i<indexTermsLength;++i ){
|
||||
- indexTerms[i].__cl_refcount--;
|
||||
+ indexTerms[i].__cl_decref();
|
||||
}
|
||||
#endif
|
||||
//Delete the arrays
|
Loading…
Add table
Add a link
Reference in a new issue