clucene: add some patches from Arch.
This commit is contained in:
parent
47572c40da
commit
c08976beb8
8 changed files with 183 additions and 1 deletions
54
srcpkgs/clucene/patches/clucene-warnings.patch
Normal file
54
srcpkgs/clucene/patches/clucene-warnings.patch
Normal file
|
@ -0,0 +1,54 @@
|
|||
--- src/core/CLucene/analysis/AnalysisHeader.h 2012-02-22 12:37:22.531637934 +0000
|
||||
+++ src/core/CLucene/analysis/AnalysisHeader.h 2012-02-22 12:39:15.369916728 +0000
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef _lucene_analysis_AnalysisHeader_
|
||||
#define _lucene_analysis_AnalysisHeader_
|
||||
|
||||
+#pragma GCC system_header
|
||||
+
|
||||
#include "CLucene/index/Payload.h"
|
||||
#include "CLucene/util/VoidList.h"
|
||||
#include "CLucene/LuceneThreads.h"
|
||||
--- src/core/CLucene/search/Searchable.h 2012-02-22 12:37:22.513637729 +0000
|
||||
+++ src/core/CLucene/search/Searchable.h 2012-02-22 12:38:51.073641550 +0000
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef _lucene_search_Searcher_
|
||||
#define _lucene_search_Searcher_
|
||||
|
||||
+#pragma GCC system_header
|
||||
|
||||
//#include "CLucene/index/IndexReader.h"
|
||||
CL_CLASS_DEF(index,Term)
|
||||
--- src/core/CLucene/store/IndexInput.h 2012-02-22 12:37:22.508637673 +0000
|
||||
+++ src/core/CLucene/store/IndexInput.h 2012-02-22 12:39:00.465747935 +0000
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef _lucene_store_IndexInput_
|
||||
#define _lucene_store_IndexInput_
|
||||
|
||||
+#pragma GCC system_header
|
||||
+
|
||||
#include "CLucene/LuceneThreads.h"
|
||||
#include "CLucene/util/Equators.h"
|
||||
|
||||
--- src/core/CLucene/util/Array.h 2012-02-22 12:37:22.510637696 +0000
|
||||
+++ src/core/CLucene/util/Array.h 2012-02-22 12:38:33.714444884 +0000
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef _lucene_util_Array_
|
||||
#define _lucene_util_Array_
|
||||
|
||||
+#pragma GCC system_header
|
||||
+
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
--- src/core/CLucene/util/PriorityQueue.h 2012-02-22 12:37:22.510637696 +0000
|
||||
+++ src/core/CLucene/util/PriorityQueue.h 2012-02-22 12:38:40.316519685 +0000
|
||||
@@ -7,6 +7,8 @@
|
||||
#ifndef _lucene_util_PriorityQueue_
|
||||
#define _lucene_util_PriorityQueue_
|
||||
|
||||
+#pragma GCC system_header
|
||||
+
|
||||
#include <stdlib.h>
|
||||
|
||||
CL_NS_DEF(util)
|
Loading…
Add table
Add a link
Reference in a new issue