]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/clucene/clucene-0.8.12-pre/compile-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / clucene / clucene-0.8.12-pre / compile-fix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- clucene-0.8.11-r0/src/CLucene/store/Lock.cpp~compile-fix    2004-04-13 15:43:21.000000000 +0200
7 +++ clucene-0.8.11-r0/src/CLucene/store/Lock.cpp        2004-07-08 00:21:06.000000000 +0200
8 @@ -1,6 +1,6 @@
9  #include "CLucene/StdHeader.h"
10  #include "Lock.h"
11 -
12 +using namespace std;
13  namespace lucene{ namespace store{
14  
15                 LuceneLockWith::~LuceneLockWith(){
16 --- clucene-0.8.11-r0/Makefile.am~compile-fix   2003-11-04 07:54:04.000000000 +0100
17 +++ clucene-0.8.11-r0/Makefile.am       2004-07-08 00:22:43.000000000 +0200
18 @@ -2,4 +2,4 @@
19  
20  INCLUDES   =  -I$(top_srcdir)
21  
22 -SUBDIRS = src wrappers examples .
23 +SUBDIRS = src wrappers .