- Revision
- 11128
- Author
- vajda
- Date
- 2006-07-11 14:05:14 -0700 (Tue, 11 Jul 2006)
Log Message
- updated __eprintf patch to match the one for PyICU
Modified Paths
Diff
Modified: trunk/external/PyLucene/Makefile (11127 => 11128)
--- trunk/external/PyLucene/Makefile 2006-07-11 21:04:30 UTC (rev 11127) +++ trunk/external/PyLucene/Makefile 2006-07-11 21:05:14 UTC (rev 11128) @@ -1,6 +1,6 @@ VERSION=2.0.0-1 -RELVER=$(VERSION)-$(BRANCH_REV_PREFIX)1 +RELVER=$(VERSION)-$(BRANCH_REV_PREFIX)2 PYLUCENE=$(BUILD_ROOT)/PyLucene SRC="" BUILD=$(SNAP)
Modified: trunk/external/PyLucene/patches-2.0.0-1 (11127 => 11128)
--- trunk/external/PyLucene/patches-2.0.0-1 2006-07-11 21:04:30 UTC (rev 11127) +++ trunk/external/PyLucene/patches-2.0.0-1 2006-07-11 21:05:14 UTC (rev 11128) @@ -14,14 +14,16 @@ if '-loop' in sys.argv: --- PyLucene-src-2.0rc1-10/_PyLucene.cpp 2006-04-27 20:53:05.000000000 -0400 +++ PyLucene-src-2.0rc1-10-patched/_PyLucene.cpp 2006-05-24 20:28:26.000000000 -0400 -@@ -32,6 +32,14 @@ +@@ -32,6 +32,16 @@ #include "java.h" #include "lucene.h" +#ifdef EPRINTF +#include <assert.h> -+void __eprintf(const char *, const char *, unsigned, const char *) ++void __eprintf(const char *format, const char *file, unsigned line, ++ const char *e) +{ ++ printf(format, file, line, e); + abort(); +} +#endif
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
