SOURCES: xapian-core-gcc43.patch (NEW) - from SuSE src.rpm

glen glen at pld-linux.org
Thu Oct 23 23:22:05 CEST 2008


Author: glen                         Date: Thu Oct 23 21:22:05 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from SuSE src.rpm

---- Files affected:
SOURCES:
   xapian-core-gcc43.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xapian-core-gcc43.patch
diff -u /dev/null SOURCES/xapian-core-gcc43.patch:1.1
--- /dev/null	Thu Oct 23 23:22:05 2008
+++ SOURCES/xapian-core-gcc43.patch	Thu Oct 23 23:21:59 2008
@@ -0,0 +1,49 @@
+Index: api/maptermlist.h
+===================================================================
+--- api/maptermlist.h.orig
++++ api/maptermlist.h
+@@ -29,6 +29,8 @@
+ 
+ #include "omassert.h"
+ 
++#include <cstdlib>
++
+ using namespace std;
+ 
+ class MapTermList : public TermList {
+Index: common/vectortermlist.h
+===================================================================
+--- common/vectortermlist.h.orig
++++ common/vectortermlist.h
+@@ -28,6 +28,7 @@
+ 
+ #include <list>
+ #include <vector>
++#include <cstdlib>
+ 
+ using namespace std;
+ 
+Index: backends/alltermslist.cc
+===================================================================
+--- backends/alltermslist.cc.orig
++++ backends/alltermslist.cc
+@@ -25,6 +25,7 @@
+ #include "omassert.h"
+ 
+ #include <string>
++#include <cstdlib>
+ 
+ using namespace std;
+ 
+Index: bin/xapian-progsrv.cc
+===================================================================
+--- bin/xapian-progsrv.cc.orig
++++ bin/xapian-progsrv.cc
+@@ -26,6 +26,7 @@
+ 
+ #include <iostream>
+ #include <string>
++#include <cstdlib>
+ 
+ using namespace std;
+ 
================================================================


More information about the pld-cvs-commit mailing list